Documentation For Encog 2.x

Backpropagation Constructor

The network that is to be trained

Backpropagation(
   BasicNetwork network,
   INeuralDataSet training,
   double learnRate,
   double momentum
);

Parameters

network
The network to use.
training
The training set.
learnRate
The rate at which the weight matrix will be adjusted based on learning.
momentum
The influence that previous iteration's training deltas will have on the current iteration.

See Also

Backpropagation Class | Encog.Neural.Networks.Training.Propagation.Back Namespace | Backpropagation Constructor Overload List