搜索资源列表
脱机手写阿拉伯数字识别程序代码
- matlab神经网络识别算法
matlab.rar
- MATLAB 神经网络用于数字识别源程序 手写数字识别,有图例,大家可以看看,MATLAB neural network to identify the source for digital handwritten numeral recognition, there are legends, we will look at
digitalidentification
- 自己编的识别手写数字的程序 大家随便看看吧-Own hand-written digit recognition process we just take a look at it
DataRecog
- 用神经网络,实现手写数字0-9的识别,对于相似度小的拒绝识别-Using neural networks, implementation figure 0-9 handwriting recognition, the similarity of small refuse recognition
simplecharrec
- 一个手写体数字识别源码,有完整的识别程序-A handwritten numeral recognition source, a complete identification procedures
homework6
- 使用matlab实现手写阿拉伯数字的识别。-Using matlab to achieve the recognition of handwritten Arabic numerals.
matlab
- 一个用matlab编写的手写体识别程序,可以直接在matlab7.0下运行-Prepared to use matlab a handwriting recognition program ,which can be run directly in matlab7.0
shibie
- 针对10个手写数字的识别问题,设计了一个BP神经网络,使它能够正确识别10个数字。-Against the 10 handwritten numeral recognition problem, a BP neural network is designed so that it can correctly identify the 10 digits.
bprecognition
- 采用神经网络实现手写识别的一种方法,建立Bp神经网络,采用快速训练方法,可快速完成一类相关手写字体的模式识别,识别率较高,当字体变化较大识别率降低时,可重新训练具有较强的适应性。实验证实本方法较好实现了手写字符识别,但也存在识别速度较慢,有时训练不收敛等缺点-Handwriting recognition using neural network is a way to establish Bp neural network, using fast training methods, and c
BPHandIdentifyRate
- 基于bp神经网络的手写识别系统 matlab仿真-Bp neural network-based handwriting recognition system simulation matlab
BP神经网络实现手写数字识别matlab实现
- 可以实现手写数字识别,值得学习,很好的源代码。(Handwritten digital books can be realized)
手写数字识别系统
- 基于神经网络识别的手写数字识别系统,有gui界面(Handwritten digital recognition system based on neural network recognition)
CNN手写识别
- 基于Matlab的,用于识别手写的图片里面的内容(Based on Matlab, used to identify the contents of a handwritten picture)
BP神经网络解决手写数字识别问题-matlab源代码
- BP神经网络解决手写数字识别问题 matlab源代码(BP neural network solves the matlab source code for handwritten digit recognition problem)
基于贝叶斯最小错误率手写数字识别
- 基于贝叶斯手写数字识别,基于MATLAB+GUB平台,手写0-9数字进行识别分类(Handwritten Number Recognition Based on Bayesian)
MATLAB神经网络手写数字识别(GUI,论文)
- 本课题为基于MATLAB的BP神经网络手写数字识别系统。带有GUI人机交互式界面。读入测试图片,通过截取某个数字,进行预处理,经过bp网络训练,得出识别的结果。可经过二次改造成识别中文汉字,英文字符等课题。(This project is based on Matlab bp neural network Handwritten digit recognition system. With GUI human-computer interactive interface. Read in the
手写MNISTmatlab实现
- 资料可以直接运行,是matlab源码,实现了AI领域常见的手写字符MNIST数据集的识别,一般都是python做,matlab实现的很少,就算有也经常报错,因此这里是提供了例程以及数据集!数据集也是matlab能直接读取的MNIST格式!下载这个资料连数据集都不用单独下载了,节省时间。(The data can be run directly. It is the source code of MATLAB. It realizes the recognition of MNIST data s
手写数字识别
- 基于Matlab的手写数字识别系统,准确率还行,配有GUI界面(Matlab handwriting number recognition system, accuracy is not bad, with GUI interface)
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
基于MATLAB的手写识别(可以自行添加数据集)
- 本案例使用MATLAB的GUI设计的一个手写板,利用BP神经网络实现手写识别的项目,案例中可以利用手写板自己建立数据集,并且完成训练来添加字库。