Module corgi::optimizers::gd[][src]

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

Structs

GradientDescent

A gradient descent optimizer, which stores the parameters it updates, and the learning rate.