赞
踩
KGNN
利用卷积神经网络识别印刷体中文
项目初衷
之前我有开源过一个iOS的项目 ChineseIDCardOCR, 利用FFNN识别身份证信息,可是在识别中文的时候效果不佳。所以就有了这个项目利用CNN识别印刷体中文(训练好网络参数以后,会应用到另外一个项目)。由于训练调试神经网络需要一定的硬件支撑,现在将代码开源出来希望有资源的同学可以帮忙训练。 好的废话不多少来看这么 run 这个项目。
PS. 我写python不多,如果在代码组织或者书写风格方面有什么不对的地方, 希望大家批评指正。
Step1
安装 python3.x 本项目基于Python 3.5.2
Step2
安装深度学习框架 keras
Step3
生成训练数据 python3 dataset.py
Step4
训练神经网络 python3 training.py
Step5
测试识别 python3 predict.py
License
The code in this repository is licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。