Given the logistic activation function for an artificial neuron:
$f(v) = \frac{1}{(1+e^{-\alpha v})}$
Prove that:
$f'(v) = \alpha[1-f(v)][1+f(v)]$
Given the logistic activation function for an artificial neuron:
$f(v) = \frac{1}{(1+e^{-\alpha v})}$
Prove that:
$f'(v) = \alpha[1-f(v)][1+f(v)]$
This is not correct. The correct formula (if $f(v) = \frac{1}{1 + e^{-v}}$) is that $f'(v) = f(v) (1 - f(v))$. To show this, you can try and use the quotient rule.