BackpropagationSettings Structure | 
Namespace: RavingBots.MagicGestures.AI.Neural.Classic
public struct Settings
The BackpropagationSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| LearningRate | 
                The learning rate is used by the backpropagation training algorithm. The parameter determines the speed
                of the training.
              | |
| MaxIterations | 
                The training is continued for the specified number of iterations unless the target error is reached
                earlier.
              | |
| Momentum | 
                The momentum parameter is used by the backpropagation training algorithm. The parameter accelerates
                the training process.
              | |
| RandomWeightRange | 
                The range from which the initial random weights are selected.
              | |
| TargetError | 
                The training process is stopped when the training error reaches the specified value.
              |