|
OpenNN
Open-source neural networks library
|
Declares the TrainingStrategy class. More...
Go to the source code of this file.
Classes | |
| class | opennn::TrainingStrategy |
| Coordinates the training of a NeuralNetwork on a Dataset. More... | |
Namespaces | |
| namespace | opennn |
Declares the TrainingStrategy class.
TrainingStrategy combines a Loss term and an Optimizer and runs the training loop on a NeuralNetwork against a Dataset.