Skip to content

MNIST digit classifier using convolutional neural network

Notifications You must be signed in to change notification settings

lukesalamone/cnn-digit-classifier

Repository files navigation

CNN Digit Classifier

First layer filter weights

This repo contains a convolutional neural network which classifies the MNIST handwritten digits dataset.

MNIST examples

My network contains a fairly simple architecture:

convolutional layer -> max pool -> convolutional layer -> max pool -> fully-connected layer

Loss graph

Despite this simple architecture, it still achieves over 98% accuracy on this 10-class task on the test set.

About

MNIST digit classifier using convolutional neural network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages