Activation Functions

Sigmoid

It transforms a vector in the continuous range [0, 1]. It's also called logistic function.

f(si)=11+esif(s_i) = \frac{1}{1 + e^{-s_i}}

Softmax

Last updated