Can you help me to use the MNIST handwriting database with Matlab
1 view (last 30 days)
Show older comments
Can you help me to use the MNIST handwriting database with Matlab i need to test an aaplication using its images . I download the database and I use this code that I found in the net (it is functional without fault) but I can not read the pictures or know how to proceed, need your help please !!!!!!!!!!!!
if (~exist('indir','var'))
indir = pwd;
end;
% Read training images
fid = fopen(fullfile(indir,'t10k-images.idx3-ubyte'),'r','ieee-be');
A = fread(fid,4,'uint32');
0 Comments
Answers (0)
See Also
Categories
Find more on Downloads in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!