Click or drag to resize

BackpropagationSettingsMomentum Field

The momentum parameter is used by the backpropagation training algorithm. The parameter accelerates the training process.

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

Field Value

Type: Single
Remarks
It is usually safe to use a high value, but in some cases, it may prevent the algorithm from reaching a minimum training error.
See Also