package
1.0.88
Repository: https://github.com/bullean-ai/hexa-neural-net.git
Documentation: pkg.go.dev

# Functions

NewAdam returns a new Adam solver.
NewSGD returns a new SGD solver.

# Structs

Adam is an Adam solver.
SGD is stochastic gradient descent with nesterov/momentum.

# Interfaces

Solver implements an update rule for training a NN.