Giter Site home page Giter Site logo

minst-digit-recognition's Introduction

MINST-Digit-Recognition

Digit Recognition using 2 layer convolutional Neural Network on Keras - Tensorflow

Overview:

Resulting accuracy on 5th epoch: Training Accuracy: 98.20% Test accuracy: 99.04% Train on 60000 samples, validation on 10000 samples

Future Updates:

Parameter tuning needed. filter sizes need to change, code can be optimized for computation. Soon I will upload a new code, with better amalgam of networks and parameters.

Model Summary

Layer (type)       Output Shape       Param

conv2d_1 (Conv2D)       (None, 22, 22, 100)       5000
conv2d_2 (Conv2D)       (None, 19, 19, 10)       16010
max_pooling2d_1       (MaxPooling2 (None, 9, 9, 10)       0
dropout_1 (Dropout)       (None, 9, 9, 10)       0
flatten_1 (Flatten)       (None, 810)       0
dense_1 (Dense)       (None, 128)       103808
dropout_2 (Dropout)       (None, 128)       0
dense_2 (Dense)       (None, 10)       1290

Total params: 126,108 Trainable params: 126,108 Non-trainable params: 0

minst-digit-recognition's People

Contributors

piyushmahatkar avatar

Watchers

James Cloos 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.