Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vishal-sys-code/handwritten_recognition_from_mnist_dataset

Handwritten Digit Recognition by MNIST
https://github.com/vishal-sys-code/handwritten_recognition_from_mnist_dataset

handwritten-digit-classification handwritten-digit-recognition keras keras-tensorflow machine-learning matplotlib matplotlib-pyplot mnist mnist-classification mnist-classifier mnist-dataset mnist-handwriting-recognition python-3

Last synced: 7 days ago
JSON representation

Handwritten Digit Recognition by MNIST

Awesome Lists containing this project

README

        

# **HANDWRITTEN DIGIT RECOGNITION BY MNIST**

## MNIST dataset:

MNIST is a collection of handwritten digits from 0-9.
Image of size 28 X 28

# Requirements

* Python 3.5 +
* Scikit-Learn (latest version)
* Numpy (+ mkl for Windows)
* Matplotlib

# Requirements II

* Use interactive python notebook in Google Collaboratory or Kaggle.

# Introduction
MNIST contains 70,000 images of handwritten digits: 60,000 for training and 10,000 for testing. The images are grayscale, 28x28 pixels, and centered to reduce preprocessing and get started quicker.