Using the MNIST Dataset

From Ufldl

Jump to: navigation, search
(Usage)
(Usage)
 
Line 11: Line 11:
% Change the filenames if you've saved the files under different names
% Change the filenames if you've saved the files under different names
% On some platforms, the files might be saved as  
% On some platforms, the files might be saved as  
-
% train-images.idx3-ubyte / train-labels.idx1-ubyte
+
% train-images.idx3-ubyte / train-labels.idx1-ubyte
images = loadMNISTImages('train-images-idx3-ubyte');
images = loadMNISTImages('train-images-idx3-ubyte');
labels = loadMNISTLabels('train-labels-idx1-ubyte');
labels = loadMNISTLabels('train-labels-idx1-ubyte');

Latest revision as of 14:46, 3 May 2011

Personal tools