Slide 11
Slide 11 text
Activation Function ,f(z)
An activation function is the function that takes the combined
input z applies a function on it, and passes the output value,
thus trying to mimic the activate/deactivate function.
The activation function, therefore, determines the state
of a neuron by computing f(z) on z.
Without the Activation function :
• The range of the output would be -∞ ≤ output ≤ ∞
• The network will not really learn hence rendered useless
f(z)