Run the 'run.m' file , this is the main driver
DOWNLOAD THE DATASET FROM http://yann.lecun.com/exdb/mnist/
The train data should be placed in the same folder as of 'run.m'
- train-images.idx3-ubyte
- train-labels.idx1-ubyte
The test data for the MNIST dataset should be in the same folder as of 'run.m'
- t10k-images.idx3-ubyte
- t10k-labels.idx1-ubyte
FOR SVHN DATASET, SPECIFY THE PATH THAT CONTAINS THE TEST IMAGES ON LINE 106 OF 'run.m'
DOWNLOAD THE DATASET, IT SHALL COME IN A digitStruct.mat file.
INCLUDE digitStruct.mat in the same folder as 'run.m'
THE HELPER FUNCTIONS are in the same folder as 'run.m'
- loadMNISTLabels
- loadMNISTImages
- display_network