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

Declares the NeuronSelection abstract base and the NeuronsSelectionResults summary structure. More...

Go to the source code of this file.

Classes

class  opennn::NeuronSelection
 Abstract base class for hidden-layer-size selection methods. More...
 
struct  opennn::NeuronsSelectionResults
 Outcome of a NeuronSelection run. More...
 

Namespaces

namespace  opennn
 

Detailed Description

Declares the NeuronSelection abstract base and the NeuronsSelectionResults summary structure.

Concrete subclasses (GrowingNeurons, ...) implement perform_neurons_selection() to search the space of hidden-layer sizes and return the architecture that minimizes the validation error.