Documentation For Encog 2.x

Backpropagation.LearningRate Property

The learning rate, this is value is essentially a percent. It is the degree to which the gradients are applied to the weight matrix to allow learning.

public double LearningRate { public get; public set; }

Implements

ILearningRate.LearningRate

See Also

Backpropagation Class | Encog.Neural.Networks.Training.Propagation.Back Namespace