手写数字识别 Resources

Showing items tagged with "手写数字识别"

Implementation of handwritten digit recognition using Fisher Linear Discriminant Analysis on MATLAB platform. This method achieves automated digit classification through sample data projection and distance calculation. Similar to Bayesian methods, it requires test subjects to follow specific writing conventions with standardized forms and moderate writing speed for optimal performance.

MATLAB 310 views Tagged

Implementation of handwritten digit recognition using PCA in MATLAB, involving preprocessing of raw images followed by digit recognition through traditional PCA, improved PCA algorithm, and 2D PCA methodology with code-focused explanations.

MATLAB 245 views Tagged

Implementation of KNN algorithm for 0-9 handwritten digit classification achieving over 90% accuracy, featuring separate training (7291 samples) and testing (2791 samples) datasets. The MATLAB-based solution includes comprehensive documentation with clear code structure and algorithm explanations.

MATLAB 293 views Tagged

Handwritten digit recognition is a specialized branch of Optical Character Recognition (OCR) technology that focuses on developing computer algorithms to automatically identify human-written Arabic numerals on paper. The system typically involves processing sample images through preprocessing techniques, feature extraction methods, and provides error metric curves for neural network training evaluation, often visualized using libraries like Matplotlib or TensorBoard.

MATLAB 273 views Tagged

This project offers a MATLAB class implementation of Convolutional Neural Networks (CNNs), originally developed by Yann LeCun. The implementation demonstrates practical applications including handwritten digit recognition, face detection, and robot navigation through layered architecture with convolution, pooling, and fully connected layers.

MATLAB 227 views Tagged