Click or drag to resize

GestureLearnerLearningRate Field

The learning rate is used by the backpropagation training algorithm. The parameter determines the speed of the training.

Namespace:  RavingBots.MagicGestures.AI
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public float LearningRate

Field Value

Type: Single
Remarks
If the value is too small, the training may require a large number of training iterations. However, if it is too high, the training error may oscillate and never reach the target value.
See Also