OpenANN
1.1.0
An open source library for artificial neural networks.
|
Go to the source code of this file.
Namespaces | |
OpenANN | |
Functions | |
void | OpenANN::train (Net &net, std::string algorithm, ErrorFunction errorFunction, const StoppingCriteria &stop, bool reinitialize=false, bool dropout=false) |
Train a feedforward neural network supervised. More... | |
void | OpenANN::makeMLNN (Net &net, ActivationFunction g, ActivationFunction h, int D, int F, int H,...) |
Create a multilayer neural network. More... | |