LibNet
LibNet copied to clipboard
Deep Neural Network algorithms library for c++ from scratch
LibNet
Portable Deep Learning algorithms library for c++ from scratch
Fully Connected Neural networks available See test.cpp for example usage.
Dependencies
Armadillo c++ library Instructions to install Armadillo => http://arma.sourceforge.net/download.html
Example Usage
Run test.cpp after installing required dependecies.
Understanding Documentation
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.
Contributing
I am currently not adding new faetures to this project but any suggestions and improvement are welcome.