//
pkg.gl
Category
github.com/nlpodyssey/spago
optimizers
adagrad
package
1.1.0
Repository:
https://github.com/nlpodyssey/spago.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
5
Dependents
0
Files
62 SLOC
#
Functions
New
New returns a new AdaGrad optimizer, initialized according to the given configuration.
NewConfig
NewConfig returns a new AdaGrad Config.
NewDefaultConfig
NewDefaultConfig returns a new Config with generically reasonable default values.
#
Structs
AdaGrad
AdaGrad assigns a different learning rate to each parameter using the sum of squares of its all historical gradients.
Config
Config provides configuration settings for an AdaGrad optimizer.
State