/mnist-from-scratch

A neural network from scratch trained on MNIST

Primary LanguageJupyter Notebook

mnist-from-scratch

A neural network from scratch trained on MNIST.

The code auto-downloads the MNIST dataset.
Then splits it into train/test dataset in 9:1 ratio.
And then for every epoch trains on the train dataset and calculates accuracy using test dataset.