|
OpenNN
Open-source neural networks library
|
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 |
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.