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

Declares the ModelSelection class. More...

#include "inputs_selection.h"
#include "neuron_selection.h"

Go to the source code of this file.

Classes

class  opennn::ModelSelection
 Searches for the best generalizing architecture for a model. More...
 

Namespaces

namespace  opennn
 

Detailed Description

Declares the ModelSelection class.

ModelSelection orchestrates two architecture-search algorithms (input selection and neuron selection) on top of a TrainingStrategy.