OpenNN
Open-source neural networks library
Loading...
Searching...
No Matches
training_strategy.h File Reference

Declares the TrainingStrategy class. More...

#include "loss.h"
#include "optimizer.h"

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
 

Detailed Description

Declares the TrainingStrategy class.

TrainingStrategy combines a Loss term and an Optimizer and runs the training loop on a NeuralNetwork against a Dataset.