Click or drag to resize

BackpropagationRunTraining Method

Run the backpropagation algorithm.

Namespace:  RavingBots.MagicGestures.AI.Neural.Classic
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
private void RunTraining()
Remarks

This method also updates _currentStatus.

Important note Important
This method runs on a background thread.
See Also