Can you help me to use the MNIST handwriting database with Matlab

1 Ansicht (letzte 30 Tage)
manel maatouk
manel maatouk am 15 Mai 2018
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');

Antworten (0)

Kategorien

Mehr zu Downloads finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by