How do I load in the MNIST digits and label data in MATLAB?
I am trying to run the code given in the link https://github.com/bd622/DiscretHashing Discrete Hashing is a method for dimensionality reduction that is used on approximate nearest neighbor search. I want to load in the implementation on the MNIST database that is available in http://yann.lecun.com/exdb/mnist/ . I have extracted the files from their compressed gz format. PROBLEM 1 : Using the solution to read MNIST database provided in Reading MNIST Image Database binary file in MATLAB I am getting the following error: Error using fread Invalid file identifier. Use fopen to generate a valid