Module compute::optimize[][src]

Expand description

Various optimization algorithms (eg. Adam, SGD, Levenberg-Marquardt).

Structs

Implements the Adam optimizer. See Kingma and Ba 2014 for details about the algorithm.

Implements a Levenberg-Marquardt optimizer for solving (non-linear) least squares problems.

Implements the Stochastic Gradient Descent optimizer with (Nesterov) momentum.

Traits

Attribute Macros