/mnist-from-scratch

Code for training basic neural networks, especially the MNIST numbers dataset.

Primary LanguageCMIT LicenseMIT

mnist-from-scratch

Code for training basic neural networks, especially the MNIST numbers dataset.

Get the training dataset

kaggle datasets download -d oddrationale/mnist-in-csv
unzip mnist-in-csv.zip -d data

Video

Watch the video

Checkout the other branches for different parallelization solutions!