-
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
-
yuanzhen--0pp
指向性为0度时的均匀圆阵的matlab仿真程序(Point of 0 degrees when the uniform circular array matlab simulation program)
- 2012-05-30 13:04:55下载
- 积分:1
-
zhuanxianghuizheng
matlab下的simulink实现转向回正功能的模型(Under the model simulink matlab function to achieve a positive turning back)
- 2014-10-02 19:52:39下载
- 积分:1
-
distance1
最短距离的最长 最短距离的最长 最短距离的最长 最短距离的最长 最短距离的最长 最短距离的最长 最短距离的最长(the least distance)
- 2012-08-26 17:45:10下载
- 积分:1
-
Untitled2
job shop scheduling problem
- 2013-09-14 11:40:23下载
- 积分:1
-
谐波频率估计的总体最小二乘方法TLS_ESPRIT
利用总体最小二乘法谐波检测,检测结果快速准确(Harmonic detection using the total least square method and the test results are fast and accurate)
- 2018-05-03 17:29:27下载
- 积分:1
-
VTIvelocity
VTI介质中波动方程的传播规律的速度规律对于认识各项异性介质介质的传播规律有一定的指导作用(asdggggggggggasdgfaaaaaaaaaaaa)
- 2010-01-30 19:19:19下载
- 积分:1
-
tuxiangkaiqibihe
使用matlab语言对图像进行开启闭合操作,使用有效(matlab language of opening or closing operation of the image)
- 2011-05-16 10:32:46下载
- 积分:1
-
RSENCwithSNR
Reed Solomon WITH SNR
- 2012-11-24 23:26:53下载
- 积分:1
-
FLL_PLL_demo
Demo that shows how Phase Lock Loop and Frequency locked loop works.
- 2020-11-11 21:29:44下载
- 积分:1