字符识别 Resources

Showing items tagged with "字符识别"

This project implements character recognition using neural networks, a classic pattern recognition application. The source code trains a Backpropagation (BP) neural network to recognize 26 English letters, demonstrating key implementation details including network architecture, training methodology, and feature extraction techniques.

MATLAB 204 views Tagged

The UCI Machine Learning Repository provides source data for character recognition research, serving as a critical resource for developing OCR algorithms. Includes handwritten digits and printed letters datasets, essential for training machine learning models using techniques like CNN implementation and feature extraction methods.

MATLAB 211 views Tagged