Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 417 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 417 Bytes

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!