手写体识别 Resources

Showing items tagged with "手写体识别"

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).

MATLAB 231 views Tagged

Handwritten digit recognition using BP neural network with BMP image training and recognition rate calculation. The implementation includes preprocessing BMP images into normalized pixel arrays, designing multi-layer neural network architecture with backpropagation algorithm for weight optimization, and evaluating model performance through accuracy metrics.

MATLAB 204 views Tagged