Module corgi::optimizer[][src]

Expand description

Implementations of gradient descent optimizers, to optimize the parameters of a model.

Modules

A gradient descent optimizer, which updates based on a learning rate.

Traits

An optimizer, which updates the parameters of a model.