OpenANN  1.1.0
An open source library for artificial neural networks.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
Convenience.h File Reference
#include <OpenANN/Net.h>
#include <string>

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...