To convert MNIST data set to images in Matlab, the following steps need to be followed:
main.m106 chars3 lines
main.m35 chars2 lines
main.m34 chars2 lines
main.m91 chars4 lines
This will create png files for each image in the current directory with names in the format "MNIST_i.png", where i is the index of the image.
gistlibby LogSnag