View source: R/activation_functions.R
softplus | R Documentation |
softplus transformation
softplus(x)
x |
A numeric vector or matrix on which softplus transformation is going to be applied. |
A numeric vector or matrix after softplus transformation.
softplus(matrix(1:4, nrow = 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.