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