Forwardpropagation

The output values of a neural net's neurons are only propagated through the net in one direction, from the input layer to the output layer.

 

Refers to: Learning algorithm

See also: Backpropagation

Neural Net Components in an Object Oriented Class Structure