-
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
-
rayleigh
This is coding to analyse the rayleigh fading and its distribution.This is done through Matlab coding
- 2009-06-07 07:56:27下载
- 积分:1
-
model
drow stable and unstagble manifolds through the saddle equilibria
- 2010-05-30 18:10:05下载
- 积分:1
-
ga
说明: 蚁群算法程序演示,vc++的源程序,vb开发的演示课件(Ant colony algorithm demo program, vc++ the source code, vb demonstration courseware development)
- 2011-11-07 19:31:51下载
- 积分:1
-
Spectral-estimation_matlab
Spectral estimation(谱估计)的目标是基于一个有限的数据集合描述一个信号的功
率(在频率上的)分布。功率谱估计在很多场合下都是有用的,包括对宽带噪声湮没下的信
号的检测(Spectral estimation)
- 2015-07-25 21:05:07下载
- 积分:1
-
consensus
本程序时使用小世界模型对多个智能体寻优结果的仿真(This procedure used in small-world model of multiple-agent simulation optimization results)
- 2008-07-02 20:23:28下载
- 积分:1
-
ROUGH-SET
粗糙集属性约简相关论文,感觉不错,用来分享一下(Rough set attribute reduction related papers, I feel good, to share)
- 2013-11-01 13:47:14下载
- 积分:1
-
K_Means
K_Means聚类算法matlab实现,包含三个子函数,可用在图像处理中(K_Means clustering algorithm matlab realize, including three sub-functions that can be used in image processing)
- 2014-01-03 14:42:55下载
- 积分:1
-
qnf
一种matlab实现的频率估计函数。matlab代码(A matlab function to achieve the frequency estimation. matlab code)
- 2009-07-20 18:35:49下载
- 积分:1
-
2FSK
基于蒙特卡罗法的2FSK系统抗噪声性能仿真(The matlab Monte Carlo the law 2FSK system anti-noise performance simulation)
- 2013-01-07 20:45:05下载
- 积分:1