-
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
-
Comdlg32
Thi for image processing using matlab
- 2012-06-12 20:40:45下载
- 积分:1
-
matlab
malab用于基因芯片数据的聚类研究和基因功能的研究(malab for microarray data clustering research and the study of gene function)
- 2013-04-15 09:31:31下载
- 积分:1
-
chen
chen分数阶混沌程序,good good(chen fractional order chaotic process, good good)
- 2010-07-11 16:29:06下载
- 积分:1
-
adapt1
Adaptive Filter for image processing, a good MATLAB code.
- 2009-05-22 04:11:09下载
- 积分:1
-
FFT
快速傅立叶变换计算,自动调用数据进行matlab计算(Fast Fourier Transform)
- 2012-11-05 21:02:46下载
- 积分:1
-
renlianshibie
人脸识别程序,可以很好的识别不同人的脸型(Face recognition program that can recognize a good face different people)
- 2010-05-27 17:25:29下载
- 积分:1
-
FSK-MATLAB-code
FSK调制解调MATLAB源代码FSK,很不错,值得看看(FSK modulation and demodulation MATLAB source code FSK, very good, worth a look)
- 2013-11-15 16:52:02下载
- 积分:1
-
stepfrequency1
频率技术在高距离分辨SAR成像雷达中的应用;(Frequency of high range resolution in SAR Imaging Radar )
- 2010-12-14 06:18:30下载
- 积分:1
-
Volterra
基于Cholesky分解的混沌时间序列Volterra预测(based on the Cholesky decomposition Volterra chaotic time series prediction)
- 2007-04-25 15:11:43下载
- 积分:1