Parses the MNIST files from http://yann.lecun.com/exdb/mnist/ and outputs a set of png images of the form digit_####.png, where #### is a unique 4 digit number starting from 0 and incrementing by 1 for each image in the class.
java MNISTParser labelfile imagefile outputdirectory