A simple warm-up
Problem
The logistic sigmoid function is one of the more commonly used activation functions for neural networks. The function is given by
\begin{align} \sigma(x) = \frac{1}{1+ e^{-x}} \end{align}
One of the nice properties of this funciton is that its derivative can be written in terms of the function value itself.
Show that .