You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the activation function $a$ could be $u(z)$ but also could not be.
In most times, we use Sigmoid function $\sigma(z)$:
$$
\sigma(z)=\frac{1}{1+e^{-z}}
$$
The output of sigmoid function, if is closer to 0, it represents low excitability of the neuron, and if is closer to 1, it represents high excitability of the neuron.