package
1.1.0
Repository: https://github.com/nlpodyssey/spago.git
Documentation: pkg.go.dev

# Functions

New returns a new Exponential decay optimizer.

# Structs

Exponential defines an exponential decay depending on the time step: lr = exp((times - t) * log(lr) + log(final)).