NanditaBagga / mnist-from-scratch

A neural network from scratch trained on MNIST

Home Page:https://colab.research.google.com/github/NanditaBagga/mnist-from-scratch/blob/main/mnist_numpy.ipynb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A neural network from scratch trained on MNIST

https://colab.research.google.com/github/NanditaBagga/mnist-from-scratch/blob/main/mnist_numpy.ipynb


Languages

Language:Jupyter Notebook 68.9%Language:Python 31.1%