Neuron
A neuron with label
- an activation
, the neuron's state, depending on a discrete time parameter, - an optional threshold
, which stays fixed unless changed by learning, - an activation function
that computes the new activation at a given time from , and the net input giving rise to the relation , - and an output function
computing the output from the activation .
Often the output function is simply the identity function.
An input neuron has no predecessor but serves as input interface for the whole network. Similarly an output neuron has no successor and thus serves as output interface of the whole network.
Propogation function
The propagation function
computes the input
Bias
A bias term can be added, changing the form to the following:
where