View source: R/nnf-activation.R
nnf_logsigmoid | R Documentation |
Applies element-wise LogSigmoid(x_i) = log(\frac{1}{1 + exp(-x_i)})
nnf_logsigmoid(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.