Skip to content

Deep Neural Network algorithms library for c++ from scratch

Notifications You must be signed in to change notification settings

AyushExel/LibNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published