Skip to content

The MNIST training and testing datasets as plain text files

Notifications You must be signed in to change notification settings

halimb/MNIST-txt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

MNIST-txt

The MNIST training and testing datasets as plain UTF-8 text files.

Formatting

Each line contains comma separated values representing the image label (0 -9) followed by the pixels grey values (0 - 255).

More precisely, a line contains 1 label value, 784 pixel values, 784 commas and one line break.

The pixel values are organized in the exact same way as the raw idx files (i.e. row-wise; top to bottom...)

Label,pixel(1,1),pixel(1,2), . . . ,pixel(24,24)

About

The MNIST training and testing datasets as plain text files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published