An open API service indexing awesome lists of open source software.

https://github.com/ayushexel/libnet

Deep Neural Network algorithms library for c++ from scratch
https://github.com/ayushexel/libnet

artificial-intelligence c c-plus-plus deep-learning deep-neural-networks machine-learning neural-networks

Last synced: about 2 months ago
JSON representation

Deep Neural Network algorithms library for c++ from scratch

Awesome Lists containing this project

README

        

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