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!