Click or drag to resize
Accord.NET (logo)

ForwardBackwardGradientT Properties

The ForwardBackwardGradientT generic type exposes the following members.

Properties
  NameDescription
Public propertyInputs
Gets or sets the inputs to be used in the next call to the Objective or Gradient functions.
Public propertyLastError
Gets the error computed in the last call to the gradient or objective functions.
Public propertyModel
Gets the model being trained.
Public propertyOutputs
Gets or sets the outputs to be used in the next call to the Objective or Gradient functions.
Public propertyParallelOptions
Gets or sets the parallelization options for this algorithm.
(Inherited from ParallelLearningBase.)
Public propertyParameters
Gets or sets the current parameter vector for the model being learned.
Public propertyRegularization
Gets or sets the amount of the parameter weights which should be included in the objective function. Default is 0 (do not include regularization).
Public propertyToken
Gets or sets a cancellation token that can be used to cancel the algorithm while it is running.
(Inherited from ParallelLearningBase.)
Top
See Also