I\'m currently working on a case study for which I need to work on the MNIST database.
The files in this site are said to be in IDX file format. I tried to take a look at th
Here's how you can do it using Darch
package:
Run
readMNIST('C:/Users/pj_/Dir/')
Which will store test.RData
and train.RData
in your set directory.
When you load these two files in your Workspace, you will be able to see 'testData
', 'testLabels
', 'trainData
' and 'trainLabels
' in your Global Environment.