Skip to content

A Convolutional Neural Network (CNN) designed to identify handwritten numbers from images using the MNIST dataset.

License

Notifications You must be signed in to change notification settings

l2md3v/digit-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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:l2md3v/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 (CNN) designed to identify handwritten numbers from images using the MNIST dataset.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published