阿拉伯数字 Resources

Showing items tagged with "阿拉伯数字"

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 258 views Tagged

This design implements HMM-based speech signal recognition using MATLAB, capable of identifying digits 0-9 with a comprehensive GUI. The algorithm workflow includes: displaying original waveform, zoomed end-section waveform, short-term energy analysis, threshold setting, and endpoint detection. The system supports noise addition for accuracy comparison and allows secondary development into keypad-style telephone dial tone recognition.

MATLAB 275 views Tagged