Next: Feedback
Up: Neural Networks
Previous: Neural Networks
An activation function is defined by
and defines the
output of a neuron in terms of its input (aka induced local field)
. There are three types of activation functions
- Threshhold function an example of which is
This function is also termed the Heaviside function.
- Piecewise Linear
- Sigmoid
Examples include
- Logistic function whose domain is
- The hyperbolic tangent whose domain is
- Algebraic sigmoid function whose domain is
2003-06-08