搜索资源列表
文字识别程序
- 目前该手写体识别系统主要分为 预处理模块: 主要包括训练数据和识别数据的读取,归一化,二值化 特征提取模块:主要包括笔划方向特征和网格密度特征,还可以根据对识别率的要求继续增加其他特征 识别(分类器)模块:主要包括SVM方法和BP神经网络的方法,其中SVM方法的识别率较高,SVM+网格密度特征, 在小字符集情况下,达到了识别率97%以上 采用OO思想编写,适合做二次开发-currently the handwriting recognition system consists of pretre
bp神经网络的车辆分类
- c语言编写的基于BP神经网络的对图像车辆分类,其中图像特征提取是用图像不变矩,给出了图像不变矩的样本数据和验证数据。-based BP neural network image of the vehicle classification, Feature Extraction which is the same image moments, the image is unchanged Moments sample data and test data.
bpann
- 基于神经网络算法,构建了一个三层的bp网络,用来识别5,6,7,8,9五个数字,在matlab环境下运行成功,对于了解神经网络控制算法很有帮助,并附有训练和测试数据
Mybp539
- 数据是来源于图像的不变矩提取,这里是用matlab实现的,后面可能需要用vc实现,不过也不一定,数据是由房房同学提供的,说不定不用做 利用最简单的bp神经网络来实现分类,一共两类车辆,这里是模拟实现把,识别效果还能用,先凑合着把,这里的特征提取也够玄乎。
wavenet
- 小波神经网络,实现曲线拟和,数据分类,故障诊断,学习速度快于传统BP。
work
- 基于BP神经网络对印刷体字符图象进行识别,经过前期处理,获得64*64的二值图象,其二值图象数据作为神经网络的输入.
Researchontheshapefeatureextractionandrecognition.
- 主分量分析(PCA ) 是统计学中分析数据的一种有效的方法, 可以将数据从高维数据空间变换到低维特征空间, 因而 可以用于数据的特征提取及压缩等方面。在该文的形状识别系统中, 用PCA 法提取图像的形状特征, 能够较好地满足识别 层的输入要求。在识别层研究了3 种识别方法: 最近邻法则、BP 网络及协同神经网络方法, 均取得了满意的实验效果。-Principal component analysis (PCA) is a statistical analysis of data in a
bp
- c语言编写的基于BP神经网络的对图像车辆分类,其中图像特征提取是用图像不变矩,给出了图像不变矩的样本数据和验证数据.rar-err
ebp4
- BP神经网络例子,主要用于图像处理以及数据挖掘-Examples of BP neural network, mainly for image processing and data mining
bp
- 基于MATLAB的BP神经网络的数据分类的实现。-MATLAB-based BP neural network implementation of data classification.
letter-distinguish-based-on-BP-net
- 本设计运用MATLAB工具箱确定隐层神经元的个数和构造BP神经网络,并用两类不同的数据对该神经网络进行训练,然后运用训练后的网络对字符进行识别-The use of design the MATLAB toolbox to determine the the the the number of and tectonic of of the of hidden layer neurons BP neural network, and use two types of different data
BP-neural-network-classification
- 利用BP神经网络的数据分类的方法实现语音特征信号分类。-BP neural network data classification method voice feature signal classification.
gui-bp-shenjing
- 里面的程序是bp神经网络的应用,另一个回归分析的程序还没有写。可以实现的功能是利用神经网络,然后上传数据,根据数据训练网络,然后可以输入部分数据,验证网络。通过界面来设计实现-Which the program is applied bp neural network, another regression analysis program also did not write. Function can be achieved by using neural network, and then
BP-pattern-recognition
- 基于神经网络的分类,实验数据与结果均在文件夹里,简单的例子将会初学者学习怎么样通过神经网络进行分类与模式识别,很实用的入门程序。-Classification based on the experimental data and the results of neural networks are in the folder, a simple example would be for beginners to learn how to classify and pattern recognit
BP
- 四类语音信号的BP神经网络识别: 四个特征信号矩阵合成一个矩阵, 根据BP网络输出找出语音数据属于哪类, 并求出判断正确率-BP neural network to identify four categories of speech signals MATLAB
BP-networkmatlab
- BP神经网络实现手写数字识别,使用matlab实现。内有测试数据及实验结果,非常适合入门者使用。绝对超值、值5分。0.99MB的文件下载该文档,你不会吃亏。-BP network matlab
BP-neural-network
- BP神经网络程序实现,简单易懂,包括数据,具体实现代码-BP neural network
BP-picture
- BP神经网络实现图像压缩,内含源文件和数据,希望可以帮到大家-BP neural network image compression, including source files and data, I hope you can help
基于BP网络的预测算法
- 使用BP网络进行预测,对数据进行预测处理。(Using BP net to predict the statistic)