Click or drag to resize
QuasiNewtonTrainer Properties

The QuasiNewtonTrainer type exposes the following members.

Properties
  NameDescription
Protected propertyEpochNumber
The epoch number for the trainer.
Public propertyError
The error function used by the trainer.
Public propertyErrorGradient
The value of the gradient of the error function with respect to the Weights.
Public propertyErrorStatus
The error status from the trainer.
Public propertyErrorValue
The final value of the error function.
Public propertyGradientTolerance
The gradient tolerance.
Public propertyMaximumStepsize
The maximum step size.
Public propertyMaximumTrainingIterations
The maximum number of iterations to use in a training.
Public propertyNumberOfProcessors
Perform the parallel calculations with the maximum possible number of processors set to NumberOfProcessors.
Protected propertyParallelMode
The trainer to be used in multi-threaded EpochTainer.
Public propertyStepTolerance
The scaled step tolerance.
Public propertyTrainingIterations
The number of iterations used during training.
Public propertyUseBackPropagation
Specify the use of the back propagation algorithm for gradient calculations during network training.
Top
See Also