Chinese-Character-Recognition
Chinese character recognition network
This project demonstrates how to build and train a convolutional neural network (CNN) to recognize Chinese characters.
This project shows how to use CNN to perform Chinese character recognition, a much more complicated task compared to MNIST digit recognition.
200 stars
12 watching
77 forks
Language: Python
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
taosir/cnn_handwritten_chinese_recognition | A Python-based web application that recognizes handwritten Chinese characters using a Convolutional Neural Network (CNN), allowing users to input text via an online writing board and receive recognition results. | 508 |
shannonai/chinesebert | A deep learning model that incorporates visual and phonetic features of Chinese characters to improve its ability to understand Chinese language nuances | 542 |
ahmedbesbes/character-based-cnn | An implementation of a character-based convolutional neural network for text classification. | 258 |
aaronshan/12306-captcha | Deep learning-based system to recognize and classify 12306 captcha images | 280 |
oyxhust/cnn-lstm-ctc-text-recognition | Develops CTC-based text recognition models with neural network architectures | 259 |
ymcui/chinese-xlnet | Provides pre-trained models for Chinese natural language processing tasks using the XLNet architecture | 1,653 |
zakizhou/captcha | A deep learning model for classifying images with four digits | 68 |
chxj1992/captcha_cracker | An image recognition system using a deep learning model to classify characters from verification codes | 188 |
sinovation/zen | A pre-trained BERT-based Chinese text encoder with enhanced N-gram representations | 643 |
cluebenchmark/cluecorpus2020 | A large-scale pre-training corpus for Chinese language models | 925 |
cluebenchmark/cluepretrainedmodels | Provides pre-trained models for Chinese language tasks with improved performance and smaller model sizes compared to existing models. | 804 |
sachinkariyattin/hwcr | A handwritten character recognition system developed using neural networks and image processing techniques | 46 |
tianzhi0549/ctpn | Detects text in images using a neural network architecture | 1,284 |
liyuanlucasliu/ld-net | A system for efficiently training and deploying neural networks for named entity recognition tasks with context-dependent representations. | 146 |
jingzhang617/cod-rank-localize-and-segment | Develops a system to detect, segment, and rank camouflaged objects in images. | 74 |