登录
首页 » matlab » ELM_code

ELM_code

于 2018-05-21 发布 文件大小:823KB
0 211
下载积分: 1 下载次数: 1

代码说明:

  对一个向量,XY都是它本身,做皮尔逊相关系数,得到一个对称矩阵且对角线为1(For a vector, XY is itself, making a Pearson correlation coefficient, and obtaining a symmetric matrix with a diagonal of 1.)

文件列表:

ELM_code\diabetes.zip, 627110 , 2014-06-12
ELM_code\ELM.m, 9279 , 2012-07-20
ELM_code\ELM.zip, 2711 , 2014-06-12
ELM_code\elm_kernel.zip, 2236 , 2014-06-12
ELM_code\ELM_TEST1, 0 , 2018-05-21
ELM_code\ELM_TEST1\sinc_test.zip, 47865 , 2014-06-12
ELM_code\ELM_TEST1\sinc_train, 114566 , 2004-04-17
ELM_code\ELM_TEST1\sinc_train.zip, 54179 , 2014-06-12
ELM_code\ELM_TEST2, 0 , 2018-05-21
ELM_code\ELM_TEST2\diabetes_test.zip, 4353 , 2014-06-12
ELM_code\ELM_TEST2\diabetes_train, 57600 , 2004-04-17
ELM_code\ELM_TEST2\diabetes_train.zip, 11588 , 2014-06-12
ELM_code\elm_train_predict.zip, 3540 , 2014-06-12
ELM_code\elm_train_predict, 0 , 2018-05-21
ELM_code\elm_train_predict\elm_predict.m, 3763 , 2004-05-10
ELM_code\elm_train_predict\elm_train.asv, 5664 , 2018-05-21
ELM_code\elm_train_predict\elm_train.m, 5664 , 2018-05-21
ELM_code\Python-ELM-master.zip, 13656 , 2014-06-12
ELM_code\sinc.zip, 786 , 2014-06-12

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

发表评论

0 个回复

  • 完成曲线拟合,%往往给出一些数据,然后通过曲线拟合,然后预测未知的数据...
    完成曲线拟合,%往往给出一些数据,然后通过曲线拟合,然后预测未知的数据-Complete curve-fitting, are given some data, and then through the curve fitting, and then predict the unknown data
    2022-07-15 08:00:42下载
    积分:1
  • TDOA
    时差定位分析,解三个非线性方程,对定位误差进行分析。(Time difference of arrival ocation analysis, three nonlinear equations are solved, and the error is analyzed.)
    2018-09-02 21:38:36下载
    积分:1
  • This is the digital image processing of the first chapter, a good book
    这是数字图象处理的书的第一章,一本不错的书-This is the digital image processing of the first chapter, a good book
    2022-07-27 12:37:44下载
    积分:1
  • machine_design
    机械设计课程设计二级齿轮减速器设计计算程序(Design and calculation program of two-stage gear reducer)
    2020-06-23 15:00:02下载
    积分:1
  • 抓包代码 那段代码,是我自己写的。这两个是东西是完成SEND和RECV两个地方,所以返回的地址不一样。这才搞出来那么多代码来...
    抓包代码 那段代码,是我自己写的。这两个是东西是完成SEND和RECV两个地方,所以返回的地址不一样。这才搞出来那么多代码来-Capture code that code, I wrote it myself. These are two things to complete and Recv SEND two places, so not the same as the return address. This engage in so much code out to
    2022-01-31 10:36:10下载
    积分:1
  • 基本功能: 一次上传多个文件。 允许得到上传的文件的原文件名,并可以将文件改名存入服务器。 允许设定每次上传文件的总大小,和单个文件的文件大小。 可以设定只被允...
    基本功能: 一次上传多个文件。 允许得到上传的文件的原文件名,并可以将文件改名存入服务器。 允许设定每次上传文件的总大小,和单个文件的文件大小。 可以设定只被允许文件后缀名列表。 可以设定只被允许的文件类型列表。(注:从文件格式分析,比只分析后缀名更加准确。) 可以设定是否覆盖服务器上同名文件。 可以将所有文件上传到一个文件夹,也可以程序员的需求将文件分类存入不同文件夹。-basic functions : a multiple files to upload. Allowing the documents to be uploaded to the original file name and file name can be credited to the server. Upload allow each document set the total size of individual files and the file size. Can only be allowed to set the file extension from the list. Can only be allowed to set the file type list. (Note : file format, rather than suffix analysis more accurate.) Whether the coverage can set the server name on the document. All documents can be uploaded to a folder, programmers can also demand documents classified into different folders.
    2022-01-25 18:15:38下载
    积分:1
  • droopundergrid1
    说明:  逆变器并联仿真模型,可以实现Droop控制,平衡多机功率输出(Parallel simulation model of inverter)
    2020-04-02 19:57:00下载
    积分:1
  • 对于图象,怎么样才能把结果输出来呢,这个就为你解决问题了
    对于图象,怎么样才能把结果输出来呢,这个就为你解决问题了-For images, how the results can be output to, um, for you to solve the problem of
    2022-12-26 22:25:03下载
    积分:1
  • 3116001336(1)
    使用一个变量实现线性回归,以预测餐馆的利润。 使用梯度下降法,假设 h (x) 由线性模型给出 ,定义代价函数为 。线性回归的目标就是要最小化这个代价函数。(To get started with the exercise, you will need to download the starter code and unzip its contents to the directory where you wish to complete the exercise. If needed, use the cd command in Octave/MATLAB to change to this directory before starting this exercise.)
    2019-06-12 15:57:12下载
    积分:1
  • C数据结构
    说明:  This book explains the data structure of the C language.
    2020-06-18 14:00:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载