• Stars
    star
    181
  • Rank 205,504 (Top 5 %)
  • Language
    C++
  • Created over 7 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple Convolutional Neural Network Library

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):

Youtube Video

Building

On linux, run make.

MNIST digits taken from http://yann.lecun.com/exdb/mnist/