搜索资源列表
脱机手写阿拉伯数字识别程序代码
- matlab神经网络识别算法
matlab.rar
- MATLAB 神经网络用于数字识别源程序 手写数字识别,有图例,大家可以看看,MATLAB neural network to identify the source for digital handwritten numeral recognition, there are legends, we will look at
DataRecog
- 用神经网络,实现手写数字0-9的识别,对于相似度小的拒绝识别-Using neural networks, implementation figure 0-9 handwriting recognition, the similarity of small refuse recognition
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
TheResearchofOff-linehandwrittenChinesecharacterre
- 基于BP神经网络的脱机手写汉字识别研究,包含预处理、汉字识别、后处理和识别输出-The Research of Off-line hand written Chinese character recognition Based on BP neutral network
bp-recognition
- 采用BP神经网络对手写体数字进行识别。识别相当方便有效快捷-Using BP neural network to recognize handwritten digits. Very easy to identify effective and efficient
bp
- BP神经网络的手写数字识别 识别数字为0~-BP neural network recognition of handwritten numeral recognition numbers from 0 to 99
BP神经网络实现手写数字识别matlab实现
- 可以实现手写数字识别,值得学习,很好的源代码。(Handwritten digital books can be realized)
基于概率神经网络的手写体数字识别
- 基于概率神经网络的手写数字识别,利用概率神经网络识别1-9的手写数字,matlab程序(Handwritten numeral recognition based on probabilistic neural network)
BP神经网络实现手写数字识别matlab实现
- BP神经网络实现手写数字识别matlab实现(Matlab implementation of handwritten digit recognition based on BP neural network)
手写数字识别系统
- 基于神经网络识别的手写数字识别系统,有gui界面(Handwritten digital recognition system based on neural network recognition)
BP神经网络解决手写数字识别问题-matlab源代码
- BP神经网络解决手写数字识别问题 matlab源代码(BP neural network solves the matlab source code for handwritten digit recognition problem)
matlab
- 基于BP神经网络手写数字识别,main函数是主函数,识别的成功率在86%左右。(Based on the BP Neural Network handwritten digital recognition, the main function is the main function, and the recognition success rate is about 86%.)
cnn
- matlab卷积神经网络cnn,用于手写字体识别或者其他都可以(matlab cnn For handwritten font recognition or anything else)
BP神经网络实现手写数字识别matlab实现
- 基于BP神经网络对几种字体0-9的数字识别(MATLAB)(Digital Recognition of Several Fonts 0-9 Based on BP Neural Network (MATLAB))
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
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神经网络实现手写识别的项目,案例中可以利用手写板自己建立数据集,并且完成训练来添加字库。