| 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 public float LearningRate
Field Value
Type:
SingleRemarks
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