Venkatesan-M / mnist-from-scratch

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

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

License:MIT License


Languages

Language:C 97.7%Language:Makefile 2.3%