Structs§
- SgdMomentum
Step - SGD step with momentum (non-Nesterov).
- SgdNesterov
Step - SGD step with Nesterov momentum.
- SgdStep
- SGD step (no momentum).
Functions§
- sgd_
momentum_ step - SGD step with momentum (non-Nesterov).
- sgd_
nesterov_ step - SGD step with Nesterov momentum.
- sgd_
step - SGD step (no momentum).