Neural
network.cpp File Reference

Neural networks base class. More...

Include dependency graph for network.cpp:

Typedefs

typedef Matrix< double, Dynamic, Dynamic, RowMajor > RowMajMat
 

Detailed Description

Neural networks base class.

Author
Brugie Nicolas
Version
0.1

Base class for the creation of a neural network.

Typedef Documentation

◆ RowMajMat

typedef Matrix<double,Dynamic,Dynamic,RowMajor> RowMajMat