搜索资源列表
recognitionprogram
- BP神经网络数字字符识别程序,可以识别各种手写字,识别率还不是很好-BP neural network digital character recognition program that can identify a variety of handwritten word recognition rate is not very good
bpwangloudeshoujitishibie
- 在matlab环境下基于bp网络的手写字母体的识别 -Bp in matlab network environment based on recognition of handwritten letters body
Handwritten-digit-recognition
- 手写体数字识别matlab程序 含有100个手写字图片-Handwritten digit recognition
SVM-Minist-HandWriting-Recognition-master
- 手写字识别,svm算法~~~~~~~~~~~~~~(SVM-Minist-HandWriting-Recognition-master)
neural-networks
- 神经网络和深度学习的代码 ,内含有一个mnist手写字识别的源码(Code for neural networks and deep learning, containing source code identified by a MNIST handwritten word)
mnist手写字识别数据集
- mnist的手写数据集,用于tensorflow的机器学习,下载解压后放在家目录下的 .keras/mnist目录里,调用相应api就可以获取到
MATLAB手写数字汉字识别[写字板,神经网络]
- 该课题为基于MATLAB bp神经网络的手写汉字识别系统。可以利用鼠标手写中文汉字进行训练,测试,可以识别任何字体,只需要到GUI界面面板更换即可。在GUI界面就可以随写随训练中文,不需要到后台手动更换文字训练,方便快捷上档次。(This project is a handwritten Chinese character recognition system based on Matlab bp neural network. You can use the mouse to write Ch
手写字识别的python实现
- 压缩包里包含了手写字的数据,也包含了三种手写字识别的机器学习方法,对于初学者有很好的启发作用。