• Stars
    star
    220
  • Rank 176,627 (Top 4 %)
  • Language
    C
  • License
    MIT License
  • Created over 2 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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!