Skip to content

Deep Learning neural network capable of classifying handwritten digits (0-9) from the MNIST dataset.

Notifications You must be signed in to change notification settings

yjrab/3D-MNIST-handwritten-digit-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

3D-MNIST-handwritten-digit-classifier

A Deep Learning neural network capable of classifying handwritten digits (0-9) from the MNIST dataset.

This includes a feature for visualising the neural network in 3D which allows the user to see how the neural network is recognising the handwritten digits when extracting patterns.

This also includes a user interface that allows users to draw digits. After that the neural network would classify the drawn digit in real time.

This is accomplished by utilizing a Convolutional Neural Network (CNN) to classify the inputs of handwritten digit images. The hidden layers of the network is composed of convolution layers and pooling layers. This allows the network to extract patterns from the input images in order to detect the digits and classify them.

About

Deep Learning neural network capable of classifying handwritten digits (0-9) from the MNIST dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published