搜索资源列表
BP神经网络模式识别、函数拟合
- BP神经网络模式识别、函数拟合BP神经网络模式识别、函数拟合BP神经网络模式识别、函数拟合
BP-MATLAB.rar
- 一个基于BP神经网络的matlab程序可以实现对几种字体0-9的数字识别这个文件训练网络的压缩包,Based on BP neural network matlab program can achieve several fonts on the figure 0-9 to identify the document training network packet compression
ES203
- 使用matlab提供的bp网络工具实现手写数字识别。内涵大量测试用手写数字-Bp using matlab network tools available to achieve handwritten numeral recognition. Test a large number of handwritten digital content
BP
- MATLAB小程序,实现模式识别中的BP算法,并且附实验结果图。-MATLAB small programs to achieve the BP algorithm for pattern recognition, and the experimental results attached map.
Mybp539
- bp神经网络,实现bp神经网络的分类,用matlab语言编写-bp neural network, the realization of bp neural network classification, using matlab language
bp
- matlab中应用BP神经网络对模式识别的源码-matlab application of BP neural network for pattern recognition of the source
chap7_2a
- bp网络模式识别仿真实例,包括网络训练程序和网络测试程序-bp
bprecognition
- 采用神经网络实现手写识别的一种方法,建立Bp神经网络,采用快速训练方法,可快速完成一类相关手写字体的模式识别,识别率较高,当字体变化较大识别率降低时,可重新训练具有较强的适应性。实验证实本方法较好实现了手写字符识别,但也存在识别速度较慢,有时训练不收敛等缺点-Handwriting recognition using neural network is a way to establish Bp neural network, using fast training methods, and c
BP
- 测试网络的容错性,并且对实际含噪声的字母进行识别,以实现BP网络的识别功能。-Test network fault tolerance, and the actual identification of letters with noise, to achieve the BP network, recognition.
BP
- 本程序经过本人的调试运行,能够实现对手写数字的识别,成功率达 80-After I debug this program to run, to realize the handwritten digit recognition, the success rate of 80
BP 0-9识别
- 本程序由matlab编写,以BP神经网络进行0~9十个数字的识别。(This procedure written by MATLAB, BP neural network for 0~9 ten digital identification)
BP and LVQ Neurl Networks
- BP神经网络和lvq神经网络的MATLAB程序,程序中包含有网络的识别效果图。(BP neural network and LVQ neural network training and pattern recognition)
多个 matlab 神经网络bp算法 调制识别
- 多个 matlab 神经网络bp算法 多个 matlab 神经网络bp算法(Multiple matlab neural networks BP algorithm)
BP神经网络+最小距离分类器
- BP神经网络算法,贝叶斯-最小距离分类器,可以用于模式识别。(BP neural network algorithm, Bayesian minimum distance classifier, can be used for pattern recognition)
BP神经网络数字识别(matlab2014a)
- 利用BP神经网络识别易拉罐底字符识别,运行前注意阅读算法说明和代码中相对路径的设置。(The BP neural network is used to identify the character recognition of the bottom of the can, and the pre operation attention to the reading algorithm and the setting of the relative path in the code.)
BP优化
- 基于bp模型的优化预测,基于bp神经网络的数字识别系统设计(Optimization prediction based on BP model)
基于BP神经网络-车牌shi别
- 关于基于matlab平台通过BP神经网络进行车牌识别的文档,内含源代码,车牌图片等~~~~~~~~~~~~~~~~~~~~~~
MATLAB人脸识别
- MATLAB人脸识别(PCA,LDA,KPCA,BP,可视化界面,摄像头)(Matlab face recognition (PCA, LDA, KPCA, BP, visual interface, camera))
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神经网络实现手写识别的项目,案例中可以利用手写板自己建立数据集,并且完成训练来添加字库。