-
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
-
waveIn-API
An example of the German enigma encryption technology COOL
- 2015-02-17 02:01:26下载
- 积分:1
-
gm11
此程序为基于GM(11)的灰预测程序,进行数据预测,最少输入数据为两个(This procedure the gray prediction program based on GM (11), data predicted minimum input data into two)
- 2013-05-07 11:58:43下载
- 积分:1
-
ode45-matlab
本程序特别适合于弹道计算等方面使用。比ODE45函数的速度加快了很多,且程序充分展示了Matlab向量运算的强大功能,以及编程的简单快捷。(This procedure is particularly suitable for use ballistic calculations and other aspects. ODE45 faster than a lot of functions and procedures for demonstrating the power of Matlab vector operations, and programming simple and quick.)
- 2013-07-19 16:25:05下载
- 积分:1
-
stiffness-matrix-MATLAB
1.计算梁的刚度矩阵
2.高斯积分
3.T3单元的刚度矩阵(1. Calculate the beam stiffness matrix 2. Gaussian integral
3.T3 element stiffness matrix )
- 2014-12-30 05:20:49下载
- 积分:1
-
6jixitongk1-k18moxngkongzhililunyunyong
6机系统k1-k18模型控制理论运用。(6-machine system k1-k18 model the use of control theory.)
- 2008-05-18 13:39:13下载
- 积分:1
-
matlab-dsp
说明: matlab向dsp传递.dat文件的方法,很经典。(dsp matlab to pass. dat file method, it is classic.)
- 2010-05-02 21:13:32下载
- 积分:1
-
carno_table
carno table /Boolean circute
- 2013-12-21 23:55:34下载
- 积分:1
-
两用户NOMA仿真
两用户NOMA功率分配问题,并给出相应的仿真图形(Two user NOMA power allocation problem, and gives the corresponding simulation graphics.)
- 2021-04-21 11:38:49下载
- 积分:1
-
keli_catch
颗粒提取,用于MATLAB仿真的,提取一些细小的颗粒。效果较好。(Particle extraction for the MATLAB simulation, extract some small particles. Better.)
- 2013-07-28 01:44:52下载
- 积分:1