View source: R/nnf-activation.R
nnf_sigmoid | R Documentation |
Applies element-wise Sigmoid(x_i) = \frac{1}{1 + exp(-x_i)}
nnf_sigmoid(input)
input |
(N,*) tensor, where * means, any number of additional dimensions |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.