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
- Host: GitHub
- URL: https://github.com/ayushexel/libnet
- Owner: AyushExel
- Created: 2017-08-11T11:14:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T08:39:18.000Z (almost 7 years ago)
- Last Synced: 2025-02-25T18:45:18.607Z (2 months ago)
- Topics: artificial-intelligence, c, c-plus-plus, deep-learning, deep-neural-networks, machine-learning, neural-networks
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 14
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LibNet
Portable Deep Learning algorithms library for c++ from scratchFully 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.