package
0.0.0-20221106050509-797df6ec259b
Repository: https://github.com/nathanleary/neural-net.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewAdam returns a new Adam solver.
NewBatchTrainer returns a BatchTrainer.
NewSGD returns a new SGD solver.
NewStatsPrinter creates a StatsPrinter.
NewTrainer creates a new trainer.

# Structs

Adam is an Adam solver.
BatchTrainer implements parallelized batch training.
Example is an input-target pair.
OnlineTrainer is a basic, online network trainer.
SGD is stochastic gradient descent with nesterov/momentum.
StatsPrinter prints training progress.

# Interfaces

Solver implements an update rule for training a NN.
Trainer is a neural network trainer.

# Type aliases

Examples is a set of input-output pairs.