Skip to content

A Simple MNIST Digit Classifier Neural Network that recognises hand-written numerical digits from the MNIST Digit Recogniser Dataset made from scratch* in Python with 7960 trainable parameters...

Notifications You must be signed in to change notification settings

T-Kalv/Simple-MNIST-Digit-Classifier-Neural-Network

Repository files navigation

Simple MNIST Digit Classifier Neural Network

A Simple MNIST Digit Classifier Neural Network that recognises hand-written numerical digits from the MNIST Digit Recogniser Dataset made from scratch* in Python with 7960 trainable parameters using Forward Propagation, Back propagation, ReLu & Softmax Activation Functions...

About:

It uses a 2-layer neural network that has an input layer consisting of 784 neurons (28x28 pixels), one hidden layers consisting of 10 neurons with ReLu (Rectified Linear unit) activation function and an output layer consisting of 10 neurons with Softmax activation function.

Research Paper (work-in progress):

View Paper

About

A Simple MNIST Digit Classifier Neural Network that recognises hand-written numerical digits from the MNIST Digit Recogniser Dataset made from scratch* in Python with 7960 trainable parameters...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published