//
pkg.gl
Category
github.com/nlpodyssey/spago
optimizers
sgd
package
1.1.0
Repository:
https://github.com/nlpodyssey/spago.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
5
Dependents
1
Files
101 SLOC
#
Functions
New
New returns a new SGD optimizer, initialized according to the given configuration.
NewConfig
NewConfig returns a new SGD Config.
#
Structs
Config
Config provides configuration settings for an SGD optimizer.
SGD
SGD implements the SGD gradient descent optimization method.
State