Propagation function

A function that is used to transport values through the neurons of a neural net's layers. Usually, the input values are added up and passed to an activation function, which generates an output.

 

Refers to: Neural net, Learning algorithm

See also: Forwardpropagation, Backpropagation, Activation function

Neural Net Components in an Object Oriented Class Structure