python deep learning

profileturtletime98
notMNISTdataset.docx

notMNIST dataset

load('notMNIST_small.mat')

for i=1:5

figure('Name',num2str(labels(i))),imshow(images(:,:,i)/255)

end

Zipped version is just a set of png images grouped by class. You can turn zipped version of dataset into Matlab version as follows

tar -xzf notMNIST_large.tar.gz

python matlab_convert.py notMNIST_large notMNIST_large.mat