登录
首页 » matlab » ELM

ELM

于 2011-05-21 发布 文件大小:1KB
0 147
下载积分: 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 个回复

  • kalman
    kalman filter;matlab implementation(Kalman filter; Matlab implementation)
    2007-06-30 13:04:35下载
    积分:1
  • Bayesianmethods
    本压缩文件详细介绍了Robert Piche博士关于贝叶斯算法的理论和他的笔记,其中文档中还包含源码程序,另附两个m文件源程序,是一个非常实用的学习及参考资料(In this course we present the basic principles of Bayesian statistics (an alternative to "orthodox" statistics). We start by learning how to estimate parameters for standard models (normal, binomial, Poisson) and then get acquainted with computational methods (MCMC) and software (WinBUGS) that can solve complicated problems that arise in real applications. Advanced topics include model comparison and decision theory. )
    2009-10-18 10:58:52下载
    积分:1
  • somMap
    这是一个用matlab写的SOM算法程序,效果不错(using Matlab algorithms written procedures SOM good results)
    2007-05-21 19:53:12下载
    积分:1
  • a-quadrotor-of-modeing
    作者详细给出了四轴飞行器建模的仿真实验过程,适合飞行爱好者阅读(The author gives a detailed simulation modeling process Four aircraft for flight enthusiasts reading)
    2013-11-26 21:21:21下载
    积分:1
  • industrial-strength
    eBook - Industrial Strength C++ - Visual C++ guide
    2014-02-02 13:03:09下载
    积分:1
  • laser-propagation
    对激光通过大气传输的主要非线性过程进行数值模拟, 列出大气的流体动力学方程组和与 大气相互作用的波方程,推导出受激热瑞利散射引起的小扰动不稳定性的波与大气的耦合方程, 还对湍流作了处理。(Of laser transmission through the atmosphere, the main non-linear process to simulate the fluid dynamics are listed in the atmosphere and atmospheric interaction equations and the wave equation is derived by stimulated thermal Rayleigh scattering instability caused by the wave perturbation coupled equations with the atmosphere, but also made a deal with turbulence.)
    2011-05-22 18:44:07下载
    积分:1
  • newton-raphson
    newton raphson algorithm
    2013-12-25 03:30:23下载
    积分:1
  • McGraw.Hill.MATLAB.Demystified.Apr.2007
    最全面的matlab参考书,包括各种程序和例子(Matlab most comprehensive reference books, including the various procedures and examples)
    2008-05-13 09:06:28下载
    积分:1
  • mubanpipei
    说明:  对于初学者学习matlab很有帮助,尤其在图像处理方面更是很好的啊。(For beginners learn matlab &reg helpful, especially in the image processing is very good.)
    2010-03-28 20:48:29下载
    积分:1
  • Matlab_PF
    这里提供的电力系统潮流计算程序,其中的两个主程序名为lfnewton和decouple。程序由MATLAB语句编写而成,全部是源代码。(Here are the current procedures for a total of seven papers, two of the main program, called lfnewton and decouple. Written statement made by the MATLAB program, all the source code. MATLAB is a very good tool, should understand it. To read these two procedures will be able to judge the whole.)
    2010-05-19 22:27:13下载
    积分:1
  • 696518资源总数
  • 104770会员总数
  • 31今日下载