MNIST processed into three easy to use formats. Each .zip file contains a labels_and_paths.csv file and a data directory.
MNIST in the png format.
label path
0 5 data/0.png
1 0 data/1.png
2 4 data/2.png
3 1 data/3.png
4 9 data/4.png
... ... ...
69995 2 data/69995.png
69996 3 data/69996.png
69997 4 data/69997.png
69998 5… See the full description on the dataset page:
https://huggingface.co/datasets/hayden-donnelly/easy-mnist.