Skip to content

A Convolutional Neural Network to predict handwriting ditgit form image by MNIST datasets

License

Notifications You must be signed in to change notification settings

tiesen243/digit-recognition

Repository files navigation

MNIST Prediction

This is a dataset of 60,000 28x28 grayscale images of the 10 digits, along with a test set of 10,000 images. More info can be found at the MNIST homepage.

MNIST

Requirements

  • Anaconda or Miniconda

Tech Stack

  • Python
  • Numpy for linear algebra
  • Matplotlib for Visualization
  • Keras for Datasets

Installation

git clone git@github.com:tiesen243/digit-recognition.git
cd digit-recognition
conda env create -f environment.yml
conda activate digit-recognition

Usage

open the jupyter notebook and run the cells

jupyter notebook

License

This project is licensed under the MIT License - see the LICENSE file for details.

References

About

A Convolutional Neural Network to predict handwriting ditgit form image by MNIST datasets

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published