Skip to content

The MNIST dataset is a set of 28x28 drawn images of numbers between 0-9. A common exercise is to use convolutional neural networks (CNNs) to create a model capable of identifying the numbers pictured.

Notifications You must be signed in to change notification settings

savarsinha123/MNIST-CNN-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

MNIST-CNN-Example

The MNIST dataset is a set of 28x28 drawn images of numbers between 0-9. A common exercise is to use convolutional neural networks (CNNs) to create a model capable of identifying the numbers pictured.

Using a model trained for 20 epochs on 60000 training images, I created a model that can identify numbers drawn with >99.7% accuracy.

About

The MNIST dataset is a set of 28x28 drawn images of numbers between 0-9. A common exercise is to use convolutional neural networks (CNNs) to create a model capable of identifying the numbers pictured.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published