MNIST - Handwritten Numbers dataset MNIST - already decoded version?

I have looked through a lot of Q&A on this topic, but they are all about how to parse the original MNIST dataset from Yan Lecun's website (the one encoded in some binary format).

Where can I find images already decoded and available for use as image files?

+3


source to share


1 answer


Take a look at this site, it might be exactly what you are looking for:

http://mnist-decoded.000webhostapp.com/



Please note that the images on this website are in TIFF format, so this should be exactly what you want as the TIFF format does not implement lossy compression and does not include a single channel (grayscale) image, so the data inside should be the same. same data as in binary encoded file

+2


source







All Articles