登录
首页 » matlab » ELM

ELM

于 2011-05-21 发布 文件大小:1KB
0 231
下载积分: 1 下载次数: 153

代码说明:

   训练集/测试集产生 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)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • nihe
    导入MATLAB数据后,能对数据进行各种拟合,包括高斯、洛伦兹、高普斯等多种拟合方式(Data fitting )
    2015-04-21 14:27:44下载
    积分:1
  • lpc_m
    实现LPC线性预测分析,能够提取AR模型参数并进行DCT变换处理(The realization of LPC linear prediction analysis, AR model parameters can be extracted and DCT transform)
    2007-12-04 15:34:19下载
    积分:1
  • Object_Following
    目标跟踪源程序 Matlab的。比较简单。方便初学者(Target tracking source Matlab. Is relatively simple. The convenience of beginners)
    2012-06-03 22:29:27下载
    积分:1
  • MPCA
    MPCA可用于高维数据进行降维可与LDA结合,降维效果更好。(MPCA can be used to reduce the dimension and LDA with high dimensional data, dimensionality reduction effect is better.)
    2021-03-26 11:39:13下载
    积分:1
  • fahanshu
    利用罚函数法求解下列问题:求f=x1^2+4*x2^2的最小值,其中要满足:x1-x2-1≤0 -x1-x2+1≤0 x2-1≤0 (Using penalty function method to solve the following questions: o f = x1 ^ 2+ 4* x2 ^ 2 minimum value, which will meet: x1 x2-1-0 or -x1 x2+ 1 or 0- X2-1 or 0 )
    2011-12-19 15:35:50下载
    积分:1
  • xiaobobaofenjie
    本程序重构各层低频和高频系数,画功率谱,横坐标为频率,纵坐标为功率,小波包分解最后一句是为显示小波包四层分解树结构(Reconstruction of the procedural layers of low and high frequency coefficients, draw power spectrum, the abscissa is the frequency, the vertical axis is power, wavelet packet decomposition is the last sentence of four to show the wavelet packet decomposition tree)
    2010-11-19 10:05:16下载
    积分:1
  • Buckboost_discharge_I
    双向DCDC恒流放电仿真,buckboost变换器,400v到200v恒流仿真(Two way DCDC constant current discharge simulation, buckboost converter, 400V to 200V constant current simulation)
    2020-11-17 22:39:39下载
    积分:1
  • tra011
    惯性导航解算,得出飞行器的经度纬度高度,陀螺仪和加速度计的值(Inertial Navigation Solution, the longitude, latitude, altitude, gyroscope and accelerometer of the aircraft are obtained.)
    2019-02-27 16:12:14下载
    积分:1
  • watermarking-robust
    一个有鲁棒性的水印算法实现,可以抵抗几何攻击并有仿真(A robust watermarking algorithm, geometric attacks and a simulation)
    2010-08-05 13:13:48下载
    积分:1
  • MISO_simulation
    Multiple input single output matlab system simulation.
    2014-09-02 19:05:23下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载