搜索资源列表
nn
- 神经网络训练,可参考相应的文章,杜达《模式分类》等
chepai
- 能对车牌定位,分割,运用神经网络训练识别
face_recognition_source
- 该程序用java结合神经网络训练的方法实现了人脸识别的功能。
BP网络
- 这是我参考了n(n>=5,^_^)篇BP神经网优化方法的论文写出的BP神经网源代码,使用了批处理训练方法,带动量项、学习速率的自适应调整、仅对学习精度没有达到指定要求的模式训练,并且训练精度逐步加大,通过这种方法,极大地加快了训练速度;另外,对于0模式和1模式数目相差很大(5-6倍)都能达到很高的学习精度。-This is my reference to the n (NGT; Chapter 5 = ,^_^) BP neural network optimization method
Classify
- VC实现的手写体识别程序。实现手写数字给出不同的分类器识别结果,可心采用模板匹配分类器(最邻近模板匹配法)识别, Bayes分类器识别(使用二值数据的Bayes方法,最小错误概率的Bayes方法,最小风险的Bayes方法),线性函数分类法识别(Fisher算法,奖惩算法,增量校正算法,LMSE算法的识别),非线性分类法(势函数法)识别,神经网络分类法识别(包括神经网络训练,神经网络建立后输出权值,测试与比较,神经网络识别)。 运行完全正确,是学习VC实现不同分类识别方法的很好代码。
Matlab实现基于神经网络的文字/字母识别
- 程序运用于MATLAB,实现了神经网络的文字识别,目前是对英文字母,当然对汉字要难些,而且可能会不是特别准确(因为需要训练的样本多了)。
RbfSingleCharRecognition
- 径向基神经网络的字符和数字识别程序,在训练的基础上进行识别-RBF neural network and digital character recognition program, the training conducted on the basis of identification
Classification
- 模式分类。包括:训练样本设计、模板匹配分类器、Bayes分类器、线性函数分类法、非线性分类法、神经网络分类法-Pattern classification. Include: training sample design, template matching classifier, Bayes classifier, a linear function of classification, non-linear classification, neural network classificat
DigitalRec
- 手写体数字识别的VC实现 使用神经网络算法对手写体数字进行识别,训练后识别率可达90%左右。-Handwritten Digit Recognition of the VC to achieve the use of neural network algorithm for handwritten numeral recognition, training, recognition rate can reach about 90.
shibie
- 基于bp神经网络的车牌识别系统 神经网络部分训练有待提高-The design of intelligent transportation systems for applications such as electronic toll,traffic flow analysis,speed Limit and red light violation enforcement has been attracted an increasing attention from researchers.I
BPneuralnetworkbasedonthematlab
- 一个基于BP神经网络的matlab程序可以实现对几种字体0-9的数字识别这个文件训练网络的压缩包-BP neural network based on the matlab program can achieve several fonts 0-9 to identify the document number of the compressed packet network training
Recog
- 用于数字字符识别。包括对含有数字的图片进行二值化,去噪,分隔字符,归一化处理,训练神经网络并识别。-For digital character recognition. Including the number of pictures that contain binary, denoising, separation characters, normalization, and identification of training neural networks.
handwrite-number-recognition
- 手写数字识别是“光学字符识别技术”(简称OCR)的一个分支,它研究的对象是:如何利用电子计算机自动辨认人手写在纸张上的阿拉伯数字。它包含样本图片,可以对图片进行预处理,特征提取,还可以给出网络训练的误差指数曲线图-How to use electronic computer automatically recognized people handwritten on paper Arabic numerals.It contains sample pictures, pictures can
BP---recognize-characters
- 采用三层BP神经网络训练样本,读取训练好的网络识别字符-Three-layer BP neural network training samples, read the trained network to recognize characters
recog_ANN3
- 用于数字和字母识别的神经网络训练和识别代码-For numbers and letters identify the neural network training and the identification code
shuzishibie
- 一个简单的数字识别,运用的BP神经网络训练,gui界面-A simple digital identification, the use of the BP neural network training, gui interface
bp-classification
- 先对矩阵归一化,然后用BP网络训练,最后用训练好的网络进行识别分类 -First matrix normalized, and then BP network training, the final identification and classification
shibie
- 数字识别,包括0至9还有字母M,使用BP神经网络训练,训练精度到0.001-Digital identification
number
- 基于神经网络训练测试,能识别0-9个数字,字体可不同-Neural network training based tests can identify numbers 0-9, fonts can be different
face_recognition
- 使用BP三层网络训练,进行人脸的五个朝向识别(Face orientation recognition)