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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FromDump restores a Neural from a dump.
GetLoss returns a loss function given a LossType.
No description provided by the author
No description provided by the author
NewBatchTrainer returns a BatchTrainer.
NewNeural returns a new neural network.
NewNeuralNetService Neural Net domain service constructor.
NewStatsPrinter creates a StatsPrinter.
NewTrainer creates a new trainer.
No description provided by the author
No description provided by the author
No description provided by the author
Unmarshal restores network from a JSON blob.

# Structs

BatchTrainer implements parallelized batch training.
BinaryCrossEntropy is binary CE loss.
CrossEntropy is CE loss.
Dump is a neural network dump.
MeanSquared in MSE loss.
Neural is a neural network.
OnlineTrainer is a basic, online network trainer.
StatsPrinter prints training progress.

# Interfaces

Loss is satisfied by loss functions.
Trainer is a neural network trainer.

# Type aliases

Examples is a set of input-output pairs.