Sigmoid | R Documentation |
The Sigmoid activation function.
Sigmoid(x)
x |
a real number that is the input to our Sigmoid function. |
The output of a standard Sigmoid function,
i,e. \frac{1}{1 + \exp(-x)}
.
See also Tanh
.and ReLU
.
Sigmoid(0)
Sigmoid(-1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.