GithubHelp home page GithubHelp logo

your-diary / playing-with-mnist Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 7.34 MB

Playing with MNIST in C++

License: MIT License

Makefile 0.74% C++ 51.88% Shell 0.74% Gnuplot 2.14% TeX 37.78% Python 6.72%

playing-with-mnist's Introduction

Playing with MNIST

Introduction

In this project, we implement a hand-written digit recognizer using C++ and MNIST dataset.

Contents

This project includes multiple contents.

Theoretical Explanations

pdf/mnist.pdf gives theoretical explanations about machine learning, neural networks, and so on.

MNIST Dataset Reader

The codes under read_mnist/ implement a reader for MNIST Dataset which works in C++. You can just pick the directory to embed the reader into your application. See read_mnist/README.md for the detail.

Hand-Written Digit Recognizer

./mnist.cpp and the headers under ./header implement a hand-written digit recognizer. Consult pdf/mnist.pdf for the details about implementations and the code structure.

We also provide a tester recognition_of_user_supplied_data/draw_digit.py in which a user draws a digit using his/her mouse and the true digit the user intended is inferred. See the animation below for a demo.

Demo of draw_digit.py.
Demo of draw_digit.py.

Supported Environments

This project is cross-platform; Linux, macOS and Windows are supported.

playing-with-mnist's People

Watchers

 avatar

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.