Giter Site home page Giter Site logo

simple_cnn's Introduction

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/

simple_cnn's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

simple_cnn's Issues

Save network

Hi is there a possibility to save the trained nn (all the neuron layers and synapses) to a file?
I'm thinking about something like the fann library does.
So if you want to use it again you just load the file instead of having to do the whole training again.

divergence issue

When the number of layers has been increased like 2 conv layer, the network diverges and no matter what the learning rate is. I also added learning rate decay but it diverged again. I think there is another problem somewhere.

Number of channels

Hello,
I have a question regarding how to handle number of channels with this CNN implementation. For e.g., RGB images would require three channels but I could not find any part to handle the number of channels.

Missing "test.ppm"

There is no "test.ppm" in the project. Can you share one with me? Thank you!

linux port

Hello,

I was just looking over your "simple_cnn" code and noticed that it seem to be set up to compile for Windows.

I was wondering if you could port this version, or have a version that will compile up on Linux (Ubuntu) so that I do not have to dig through all of the code trying to get it to work on my Linux box?

I wanted to use your code to learn more about CNN's and how they work in a simple CPU (non-GPU) version before moving to more complex libraries.

Cheers,
Lonnie

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.