Skip to content

A sample Deep Learning program using sequential neural nets for MNIST digit detection

Notifications You must be signed in to change notification settings

pradip-interra/MNIST-Digit-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNIST Digit Detection

This is a Deep Learning program to detect a digit from MNIST data set using sequential neural network.

How to run:

  • Install Anaconda distribution
  • Launch anaconda prompt
  • conda env create -q -f environment.yml // for CPU
  • conda activate practice
  • jupyter notebook

About

A sample Deep Learning program using sequential neural nets for MNIST digit detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published