Coder Social home page Coder Social logo

mynkpl1998 / hand-written-digit-recognition Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 0.0 32.36 MB

Detecting digits on the image using Convolution Neural Networks

Python 42.55% JavaScript 15.22% CSS 24.29% HTML 17.93%
mnist-classification mnist-image-dataset digit-recognition flask detecting-digits convolutional-neural-networks python keras theano tensorflow

hand-written-digit-recognition's Introduction

Hand Written Digit Recognition

Detecting digit on the images using Convolution Neural Networks

  • The neural network network is trained on the grayscale images provided by kaggle form MNIST competition. "Data" folder contains the data to train the images.

  • "conv_net.py" script builds the convolutional network and dumps it in .hdf5 file, which reduces the overhead of training the model again.

  • Flask App folder contains the code for the app implmented here

Artitecture of artificial neural network

  1. 2D Convoultion
  2. Relu Activation
  3. 2D MAX Pooling
  4. 2D Convoultion
  5. Relu Activation
  6. 2D MAX Pooling
  7. Dense layer with ouput dim of 500
  8. Relu Activation
  9. Ouput Layer with dim of 10
  10. Softmax Activation

Dependencies

  • Tensorflow
  • Keras
  • Theano
  • h5py
  • Flask

Model Accuracy on Validation Data : 99%

Modely Accuracy on Training Data : 99.164%

hand-written-digit-recognition's People

Contributors

mayank15147 avatar mynkpl1998 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  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.