MATLAB Source Code for Offline Handwritten Character Recognition
This MATLAB source code suite for offline handwritten character recognition includes feature extraction, Bayes classifier, K-nearest neighbor classification, and nearest neighbor classification. Key files: TestScriptRecognition.m (main test script), ScriptFeaExtract.m (feature extraction implementation), KNearestEstimate.m (K-nearest neighbor algorithm), NearestEstimate.m (nearest neighbor classifier), BayesTrain.m (Bayes classifier training), Bayes.m (Bayes classifier testing), CrossValidate.m (m-fold cross validation).