All Projects → Mignet → Chinese Write Handling Char Recognition

Mignet / Chinese Write Handling Char Recognition

汉字手写识别

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Chinese Write Handling Char Recognition

Relationship
Chinese kinship system.中国亲戚关系计算器 - 家庭称谓/称呼计算/亲戚关系算法
Stars: ✭ 898 (+1770.83%)
Mutual labels:  chinese
Chinese Poetry
The most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。
Stars: ✭ 34,881 (+72568.75%)
Mutual labels:  chinese
Python Parallel Programming Cookbook Cn
📖《Python Parallel Programming Cookbook》中文版
Stars: ✭ 978 (+1937.5%)
Mutual labels:  chinese
Poetry
非常全的古诗词数据,收录了从先秦到现代的共计85万余首古诗词。
Stars: ✭ 920 (+1816.67%)
Mutual labels:  chinese
Chinesener
中文命名实体识别,实体抽取,tensorflow,pytorch,BiLSTM+CRF
Stars: ✭ 938 (+1854.17%)
Mutual labels:  chinese
Rssbot
Lightweight Telegram RSS bot for notifications only. 用于消息通知的轻量级 Telegram RSS 机器人
Stars: ✭ 952 (+1883.33%)
Mutual labels:  chinese
Chinese Electra
Pre-trained Chinese ELECTRA(中文ELECTRA预训练模型)
Stars: ✭ 830 (+1629.17%)
Mutual labels:  chinese
Trime
同文安卓輸入法平臺3.x/Android-rime/Rime Input Method Engine for Android
Stars: ✭ 1,032 (+2050%)
Mutual labels:  chinese
Awesome Go Zh
📚 Go资源精选中文版(含中文图书大全)
Stars: ✭ 887 (+1747.92%)
Mutual labels:  chinese
Postman Cn
Postman汉化中文版
Stars: ✭ 965 (+1910.42%)
Mutual labels:  chinese
R Notes
Notes for using R language to do data mining and machine learning (Chinese)
Stars: ✭ 25 (-47.92%)
Mutual labels:  chinese
Anki Backup
My anki cards' backups. Java、大数据、数据结构八股文。
Stars: ✭ 26 (-45.83%)
Mutual labels:  chinese
Hint
重构到 ---> https://github.com/hustcc/lint-md
Stars: ✭ 30 (-37.5%)
Mutual labels:  chinese
Go Pinyin
汉字转拼音
Stars: ✭ 907 (+1789.58%)
Mutual labels:  chinese
Chinese regions rails
中国省市区县数据库,包含行政编码,邮政编码,地区拼音和简拼
Stars: ✭ 38 (-20.83%)
Mutual labels:  chinese
Hanbaobao
Mandarin Chinese text segmentation and mobile dictionary Android app (中文分词)
Stars: ✭ 17 (-64.58%)
Mutual labels:  chinese
Cnn Question Classification Keras
Chinese Question Classifier (Keras Implementation) on BQuLD
Stars: ✭ 28 (-41.67%)
Mutual labels:  chinese
Awesome Gameserver Cn
中文游戏服务器资源大全
Stars: ✭ 1,038 (+2062.5%)
Mutual labels:  chinese
Chinese Xinhua
📙 中华新华字典数据库。包括歇后语,成语,词语,汉字。
Stars: ✭ 8,705 (+18035.42%)
Mutual labels:  chinese
Nlp xiaojiang
自然语言处理(nlp),小姜机器人(闲聊检索式chatbot),BERT句向量-相似度(Sentence Similarity),XLNET句向量-相似度(text xlnet embedding),文本分类(Text classification), 实体提取(ner,bert+bilstm+crf),数据增强(text augment, data enhance),同义句同义词生成,句子主干提取(mainpart),中文汉语短文本相似度,文本特征工程,keras-http-service调用
Stars: ✭ 954 (+1887.5%)
Mutual labels:  chinese

handwritten chinese recognition

汉字手写识别

数据集

数据集来自于中科院自动化研究所,具体下载地址: http://www.nlpr.ia.ac.cn/databases/download/feature_data/HWDB1.1trn_gnt.zip http://www.nlpr.ia.ac.cn/databases/download/feature_data/HWDB1.1tst_gnt.zip

这个训练集和测试集是经过压缩的图片,需要解压出来转换图片,这里是转换好的文件包:https://pan.baidu.com/s/1o84jIrg 数据集

构建神经网络

网络

训练

run the command python chinese_rec.py --mode=train --max_steps=16002 --eval_steps=100 --save_steps=500

模型评估

run the command python chinese_rec.py --mode=validation accuracy

测试

把要识别的图像丢到tmp目录下就行了 run the command python chinese_rec.py --mode=inference result

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].