hand written digit recognition using Multi layer perceptron
古いコメントを表示
clear all
load dzip
dzip(1:10)
load azip
x= azip(:,3)
(here the dzip.mat and azip.mat are availabel as a file where
dzip=[3 2 1 5 6 9 8 0 4 7] where matrix dimension are 1*1707
and azip dimension is 256*1707 where it used to recognize on digit which randomly placed for example the original place of digit 0 is replaced by 3)
this means that eye(matrix)is hard to be used because the numbers are randomly constructed and it has to use a code to define the numbers even in other places and the dimension is 10*1707) also the confusion matrix has to be implement)
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Statistics and Machine Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!