Click or drag to resize
Accord.NET (logo)

ForwardBackwardGradientTGradient Method

Overload List
  NameDescription
Public methodGradient
Computes the gradient using the input/outputs stored in this object. This method is thread-safe.
Public methodGradient(Double)
Computes the gradient using the input/outputs stored in this object. This method is not thread safe.
Public methodGradient(Double, T, Int32)
Computes the gradient (vector of derivatives) vector for the cost function, which may be used to guide optimization.
Public methodGradient(Double, T, Int32)
Computes the gradient (vector of derivatives) vector for the cost function, which may be used to guide optimization.
Top
See Also