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)

Answers (0)

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Asked:

on 12 Apr 2012

Community Treasure Hunt

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

Start Hunting!