//
pkg.gl
Category
github.com/bullean-ai/hexa-neural-net
domains
neural_net
application
services
solver
package
1.0.88
Repository:
https://github.com/bullean-ai/hexa-neural-net.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
2
Files
65 SLOC
#
Functions
NewAdam
NewAdam returns a new Adam solver.
NewSGD
NewSGD returns a new SGD solver.
#
Structs
Adam
Adam is an Adam solver.
SGD
SGD is stochastic gradient descent with nesterov/momentum.
#
Interfaces
Solver
Solver implements an update rule for training a NN.