搜索资源列表
networkprograms
- 一些MATLAB的程序,,其中有BP神经网络集成的程序,在数据处理时采用归一化函数-some procedures, including BP network integration procedures, In data processing used to a function of
guiyihua
- 用VC++编写的数据归一化和反归一化处理-With VC++ Prepared data normalization and anti-normalization
wavenorm
- 波形数据归一化操作,方便了波形数据处理研究工作-Waveform data normalized operations, the waveform data to facilitate research work deal
Mybpv2.0
- 对样本数据进行了归一化处理的BP算法,有比较好的收敛性-Sample data were normalized treatment of BP algorithm has better convergence
VC++BP
- 本程序是BP算法的演示程序, 其中的Levenberg-Marquardt算法具有实用价值. 一、网络训练 程序默认状态是样本训练状态,现将样本训练状态下的如何训练网络进行说明: 1.系统精度: 定义系统目标精度,根据需要定义网络训练误差精度.误差公式是对训练出网络的输出层节点和实际的网络输出结果求平方差的和. 最大训练次数: 默认为10000次,根据需要调整,如果到达最大训练次数网络还未能达到目标精度,程
Cpp1
- 边界方向的直方图统计。采用canny算法实现。 测试图片说明:(图像路径名请在main函数中AnsiString name="1.bmp" 中设定) 1.bmp、2.bmp用来测试尺度变换后图像的识别; 3.bmp、4.bmp用来测试尺度变换后图像的识别; 2.bmp、2_shift.bmp用来测试平移后图像的识别。 实现输出灰度图、平滑图、边缘图以及双阈值处理后的边缘图; 运行后文件夹应该有Image1.bmp
guiyihua
- mtlab神经网络数据归一化源代码,在实际处理数据时很有用,希望大家能够分享~-mtlab neural network data normalized source code, when in the actual processing of data was very useful, hope that we can share ~
guiyihua
- 文档中是关于数据归一化的处理说明和程序简介-Document on data normalization procedures for the handling of notes and brief
LmNet_PF
- LmNet PF 神经网络预测平台是公司基于最优神经网络算法(Levenberg-Marquardt动量项法)开发的通用预测平台工具。它是针对用户进行预测需要,快速构建神经网络应用的通用预测平台,它能解决包括销售量预测、销售价格预测、成本预测、市场潜力预测、新产品价格预测等方面的预测分析。功能包括:新建、修改网络模型;网络训练;网络仿真;误差分析;专家样本数据自动生成;节点配置;数据归一化处理;网络参数初始化设置等。~..~ -Ne
guiyihua
- 能够将数据归一化处理,使不同单位不同数量级的数据统一起来。是一个不错的MATLAB代码-The data can be normalized, so that different units of different order of magnitude of data integrated. MATLAB code is a good
PSO_base_RBF
- PSO的RBFNN优化程序 算法步骤 1.样本数据归一化处理,即将输入输出归一化到[-1,1]区间; 2.确定RBF网络的中心和宽度; 3.以拟合误差的均方根作为性能指标,使用PSO算法优化RBF网络输出层到隐层的连接权值矩阵-PSO-RBFNN algorithm optimization procedures Step 1. Sample data normalization treatment, about inp
bp_v1_2
- -----引入动量的算法 建立一个3层(含输入层)的BP神经网络,并对其进行训练 输入层不进行数据处理,隐含层激活函数为sigmod函数,输出层为线性函数 输入输出数据归一化到[-1,1],数据在矩阵中按行向量表示 即x=[x11,x12 x21,x22 ... xp1,xp2] y=[y1 y2 ... yp] p为样本数 -The introduction of the algorithm ----- mom
DlgWaveComm
- 是个串口的数据采集界面程序,完成对采样数据的归一化处理和波形显示,适合现学现用。-Is a serial interface for data acquisition procedures, the completion of the sampling data, normalized, and waveform display, suitable for the current study is to use.
FaceRecog_src100902
- 基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。 -->请到 http://code.google.com/p/facerecog/ 下载最新版本。<-- 功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。 在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行
guiyihua
- 介绍了matlab中的数据归一化,并结合实例分析了归一化具体步骤及用ANN进行预测的方法。-Matlab introduced in the data normalization with examples of the normalized specific steps and methods used ANN to predict.
guiyihua
- 数据归一化处理,很不错的应用代码。可以应用到很多场合。-Data is normalized, it is a good application code. Can be applied to many occasions.
《MATLAB统计分析与应用》程序与数据
- 数据的导入导出,将数据写入到txt,从TXT读取数据;数据预处理,归一化处理;聚类分析,K均值聚类等(Import and export data, write data to TXT, read data from TXT, data preprocessing, normalization processing, clustering analysis, K clustering, etc.)
Desktop
- matlab将得到图像转换成矩阵,然后将矩阵数据进行归一化处理(Matlab normalization treatment)
欧式距离+归一化
- 本程序是Matlab程序,实现了去数据的批量处理,对数据进行归一化,求欧式距离。压缩包里有数据有程序,并且程序有很详细的注释,是本人自己编写的,希望可以帮到有需要的人!(This program is a Matlab program, which implements batch processing of data, normalization of data and Euclidean distance. There are da
Desktop
- 为了方便大家理解,我上传了一个具体的数据样本供大家参考使用(To facilitate your understanding, I uploaded a specific data sample for your reference.)