Click or drag to resize

PerceptronError Field

The current error value.

Namespace:  RavingBots.MagicGestures.AI.Neural.Classic
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[NonSerializedAttribute]
internal float Error

Field Value

Type: Single
Remarks
This value is used during the training to propagate the error backwards.
See Also