BackpropagationStatus Structure |
Namespace: RavingBots.MagicGestures.AI.Neural.Classic
public struct Status
The BackpropagationStatus type exposes the following members.
Name | Description | |
---|---|---|
Error |
The current error value.
| |
IsRunning | if the training is running.
| |
IsStopping | if the training is being interrupted.
| |
Iteration |
The current iteration of the training algorithm.
| |
Successful | if the training finished successfully.
|