-
ELM
训练集/测试集产生
load spectra_data.mat
随机产生训练集和测试集
temp = randperm(size(NIR,1))
训练集——50个样本
P_train = NIR(temp(1:50),:)
T_train = octane(temp(1:50),:)
测试集——10个样本
P_test = NIR(temp(51:end),:)
T_test = octane(temp(51:end),:)
N = size(P_test,2)
数据归一化
( Training set/test set generation load spectra_data.mat randomly generated training set and test set temp = randperm (size (NIR, 1)) training set- 50 samples P_train = NIR (temp (1:50) ,:)' T_train = octane (temp (1:50 ),:)' test set- 10 samples P_test = NIR (temp (51: end ),:)' T_test = octane (temp (51 : end ),:)' N = size (P_test, 2) Data Normalization)
- 2011-05-21 16:45:51下载
- 积分:1
-
myyiqun
蚁群算法优化PID参数,运行myyiqun.m文件,修改数学模型在TEST文件中(Ant colony optimization algorithm PID parameters, run myyiqun.m file, modify the mathematical model TEST file)
- 2014-06-17 15:41:45下载
- 积分:1
-
matlabkj
无线传感器网络的定位算法仿真,基于DV-Hop算法~~~(Localization algorithm in wireless sensor networks simulation algorithm based on DV-Hop ~ ~ ~)
- 2011-01-17 15:17:15下载
- 积分:1
-
matlabgaojiepugongjuxiang
说明: matlab高阶谱分析工具箱,用于高阶谱的分析(very usefull )
- 2010-05-04 16:38:32下载
- 积分:1
-
FIR_band_pass-and-iir-low-pass
这个是对于fir带通滤波器以及iir低通滤波器的一个仿真。程序代码通俗易懂,意义很大。(This is a band-pass filter and the fir iir low-pass filter with a simulation. Program code easy to understand, very meaningful.)
- 2013-09-03 15:59:39下载
- 积分:1
-
qeqeqe
matlab经典的三十个智能算法代码,你懂得,绝对经典。。。(matlab classic thirty intelligent algorithm code, you know, an absolute classic. . .)
- 2012-10-11 20:01:01下载
- 积分:1
-
SegmentationWithGaborf
texture segmentation with gabor filters
- 2009-09-04 19:28:24下载
- 积分:1
-
source-code
MATLAB harris corner
- 2011-01-19 10:47:24下载
- 积分:1
-
Ant-TSP
利用改进的蚁群算法,寻找最优路径,优化了算法运行时间(The use of improved ant colony algorithm to find the optimal path optimization algorithm running time)
- 2014-09-29 20:12:03下载
- 积分:1
-
matlab-shi-yong-chengxu-bai-li
matlab实用程序百例,包括了matlab 各方面的应用(100 code examples of matlab ,include the application of matlab in many areas)
- 2011-12-30 12:16:41下载
- 积分:1