powered by
The Sigmoid activation function.
Sigmoid(x)
The output of a standard Sigmoid function, i,e. \(\frac{1}{1 + \exp(-x)}\). See also Tanh.and ReLU.
Tanh
ReLU
a real number that is the input to our Sigmoid function.
Sigmoid(0) Sigmoid(-1)
Run the code above in your browser using DataLab