-
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
-
Shuffle
Image pixels shuffling
- 2010-11-12 16:31:58下载
- 积分:1
-
VisualCMATLABImageProcessingAndRecognitionOfPracti
《visual c++matlab图像处理与识别实用案例精选》源码与Visual C++_MATLAB图像处理与识别实用案例精选(" Visual c++ matlab image processing and recognition of practical cases selected" source code and Visual C++ _MATLAB image processing and recognition of practical cases selected)
- 2010-07-14 10:35:08下载
- 积分:1
-
MATLAB-GUI
本书由浅入深、循序渐进地介绍了GUI设
计的基础知识和技巧,旨在使读者在较短时间内熟练掌握GUI设计的精要所在(Book Deep, a gradual introduction to the GUI based
Account the basic knowledge and skills designed to enable readers to master the essence of GUI design in a relatively short period of time)
- 2012-05-01 11:10:14下载
- 积分:1
-
lpcc
这是基于matlab的关于LPCC (Linear Predictive Cepstral Coding)(线性预测倒谱系数) 的代码,对大家理解有一定帮助。(This is based on the matlab LPCC (Linear Predictive Cepstral Coding) (Linear Predictive Cepstral) code for us to understand some help.)
- 2013-11-18 16:33:51下载
- 积分:1
-
pls
一个PLS的matlab程序,包括求残差矩阵求回归方程的系数,删除回归分析的常数项,求误差平方和。(A PLS matlab procedures, including seeking residual matrix coefficients of the regression equation, deleted regression constant term, seeking the error sum of squares.)
- 2013-05-24 08:50:48下载
- 积分:1
-
Genetic
遗传算法,一种启发式算法,用于演化求最优值(Genetic algorithm, a heuristic algorithm for evolutionary optimization)
- 2019-01-25 23:31:19下载
- 积分:1
-
backprop
BACK PROPOGATION ALGORITHM FOR MATLAB
- 2010-05-11 08:19:26下载
- 积分:1
-
PSOsearch
粒子群优化算法 可以进行选择及时跳出局部限制寻找最优点(PSO algorithm can be selected in time to find the most benefits out of local restrictions)
- 2011-05-05 20:40:30下载
- 积分:1
-
matlab_dsp_pp
用matlab来实现数字信号处理的原程序(using Matlab to digital signal processing to achieve the original program)
- 2007-04-10 22:12:06下载
- 积分:1