https://github.com/can1357/simple_cnn
Simple Convolutional Neural Network Library
https://github.com/can1357/simple_cnn
cnn convolutional-neural-networks machine-learning neural-network
Last synced: 6 months ago
JSON representation
Simple Convolutional Neural Network Library
- Host: GitHub
- URL: https://github.com/can1357/simple_cnn
- Owner: can1357
- Created: 2016-11-06T19:00:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-28T00:31:30.000Z (almost 8 years ago)
- Last Synced: 2023-10-20T18:39:39.803Z (over 1 year ago)
- Topics: cnn, convolutional-neural-networks, machine-learning, neural-network
- Language: C++
- Homepage:
- Size: 9.19 MB
- Stars: 180
- Watchers: 18
- Forks: 63
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple_cnn
simple_cnn is ment to be an easy to read and easy to use convolutional neural network library.
simple_cnn is written in a mostly C-like manner behind the scenes, doesnt use virtual classes and avoids using std where its possible so that it is easier to convert to CUDA code when needed.
Example use on handwritten digit recognition (Youtube Video):
[](https://www.youtube.com/watch?v=afLUb6lFTCk)
# Building
On linux, run make.
MNIST digits taken from http://yann.lecun.com/exdb/mnist/