登录
首页 » matlab » ELM

ELM

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

  • 图象插值方法的研究和实现
    这是双线性插值法的MATLAB程序,实现了图像插值方法(This is bilinear interpolation MATLAB program, realized the Image Interpolation Method)
    2005-06-16 18:31:25下载
    积分:1
  • edgedemo
    edge detection.Real-time Canny/Sobel edge detection. Requires: Matlab Image Proc. Toolkit liveimagejpg.m . Tested: Matlab version 7.0 (linux)
    2011-01-14 18:51:29下载
    积分:1
  • dualdwt
    DUAL TREE MATLAB CODE
    2013-05-04 19:27:33下载
    积分:1
  • 响应面法
    简单响应面法计算可靠度和失效概率的两种实现方法(Two Implementation Methods of Simple Response Surface Method for Calculating Reliability)
    2018-11-28 10:38:16下载
    积分:1
  • plsc
    pls。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。(pls)
    2010-05-10 14:56:52下载
    积分:1
  • 30476
    MATLAB科学计算资源,很好用的数学工具,内含大量源码(MATLAB scientific computing resources)
    2012-07-31 00:32:04下载
    积分:1
  • huNT3
    Newton-Thiele 二元有理向量插值,向量为三元(Newton-Thiele bivariate rational interpolation vector, vector of ternary)
    2011-11-14 10:05:46下载
    积分:1
  • apertura
    研究在最佳时空信号处理情况下,连续脉冲合成孔径侧视雷达天线的方向图(study in the radiation pattern of a coherent pulsed radar station side scan at optimum processing of the observed space-time signal.)
    2013-11-09 20:27:33下载
    积分:1
  • fuzzy-controller-
    电机转矩的模糊控制器,电动教练车离合器踏板的控制(Motor torque fuzzy controller)
    2015-04-09 16:11:06下载
    积分:1
  • tezhengtiqu
    特征提取的几种算法程序,应该对图像处理有很大用处。不妨试试。(The algorithms for feature extraction procedure should be very useful for image processing. Worth a try.)
    2010-05-25 16:56:07下载
    积分:1
  • 696516资源总数
  • 106913会员总数
  • 8今日下载