Neuron

A neuron with label j receiving an input pj(t) from predecessor neurons consists of the following components

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 pj(t) to the neuron j from the outputs oi(t) and typically has the form

pj(t)=ioi(t)wij

Bias

A bias term can be added, changing the form to the following:

pj(t)=ioi(t)wij+w0j

where w0j is a bias.

Some text some message..