GithubHelp home page GithubHelp logo

ducminh0302 / mnist-cnn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from amritk10/mnist-cnn

0.0 0.0 0.0 24 KB

Image classification CNN model on MNIST dataset

License: MIT License

Jupyter Notebook 100.00%

mnist-cnn's Introduction

MNIST-CLASSIFICATION

Dataset

The MNIST database (Modified National Institute of Standards and Technology database) is a large database of handwritten digits that is commonly used for training various image processing systems. The MNIST database of handwritten digits, has a training set of 60,000 28x28 grayscale images of the 10 digits, and a test set of 10,000 examples. It is a subset of a larger set available from NIST. The digits have been size-normalized and centered in a fixed-size image.
Sample images from MNIST test dataset:
github-small

Image classification CNN model on MNIST dataset

The model consists of 2 convolutional layers which are followed by maxpooling layers.The output of these layers is then flattened and fed into the dense layers which give the final output.

Keras implementation accuracy

Train accuracy: 99.66%
Test accuracy: 99.12%

Tensorflow implementation accuracy

Test accuracy: 98.55%

mnist-cnn's People

Contributors

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