Click or drag to resize

Settings Fields

The BackpropagationSettings type exposes the following members.

Fields
  NameDescription
Public fieldLearningRate
The learning rate is used by the backpropagation training algorithm. The parameter determines the speed of the training.
Public fieldMaxIterations
The training is continued for the specified number of iterations unless the target error is reached earlier.
Public fieldMomentum
The momentum parameter is used by the backpropagation training algorithm. The parameter accelerates the training process.
Public fieldRandomWeightRange
The range from which the initial random weights are selected.
Public fieldTargetError
The training process is stopped when the training error reaches the specified value.
Top
See Also