Portable Deep Learning algorithms library for c++ from scratch
Fully Connected Neural networks available See test.cpp for example usage.
Armadillo c++ library Instructions to install Armadillo => http://arma.sourceforge.net/download.html
Run test.cpp after installing required dependecies.
Open network.h to get an idea about the functions and classes. A detailed summary about a particular function can be found where the function is implemeted.
I am currently not adding new faetures to this project but any suggestions and improvement are welcome.