Activation function: Difference between revisions

Content deleted Content added
Filled in empty cells for ELiSH
m made equation more consistent with other equations where x<0 comes before x>=0
Line 228:
|[[File:Elish_activation_function.png|thumb|An image of the ELiSH activation function plotted over the range [-3, 3] with a minumum value of ~0.881 at x ~= -0.172.]]
|<math>\begin{cases}
\frac{e^x - 1}{1 + e^{-x}} & \text{if } x \geq< 0 \\
\frac{e^x - 1}{1 + e^{-x}} & \text{if } x <\geq 0
\end{cases}
</math>