//
pkg.gl
Category
github.com/nlpodyssey/spago
optimizers
rmsprop
package
1.1.0
Repository:
https://github.com/nlpodyssey/spago.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
5
Dependents
0
Files
70 SLOC
#
Functions
New
New returns a new RMSProp optimizer, initialized according to the given configuration.
NewConfig
NewConfig returns a new RMSProp Config.
NewDefaultConfig
NewDefaultConfig returns a new Config with generically reasonable default values.
#
Structs
Config
Config provides configuration settings for an RMSProp optimizer.
RMSProp
The RMSProp method is a variant of AdaGrad where the squared sum of previous gradients is replaced with a moving average.
State