登录
首页 » matlab » ELM

ELM

于 2021-03-01 发布 文件大小:791KB
0 164
下载积分: 1 下载次数: 206

代码说明:

  MATLAB实现ELM算法,并附带UCI经典数据。(MATLAB realization ELM algorithm, along with the classic UCI data.)

文件列表:

ELM
...\htm" target=_blank>diabetes_test,19200,2004-04-17
...\htm" target=_blank>diabetes_train,57600,2004-04-17
...\ELM.asv,9398,2013-06-07
...\ELM.m,9398,2013-06-07
...\ELMown.m,6974,2013-06-03
...\main.asv,407,2013-06-07
...\main.m,288,2013-06-07
...\NewELM.m,6899,2013-05-29
...\test_balance-scale.txt,1250,2012-12-06
...\test_data.txt,56716,2012-12-18
...\train_balance-scale.txt,5000,2012-12-06
...\train_data.txt,227067,2012-12-18
...\UCI测试
...\.......\balance-scale.csv,1394,2012-12-18
...\.......\bank marketing.txt,372437,2012-12-06
...\.......\breast-cancer.csv,1257,2012-12-18
...\.......\breast-cancer.txt,1165,2012-12-06
...\.......\breast-w.csv,3093,2012-12-18
...\.......\breast-w.txt,2919,2012-12-06
...\.......\car.csv,5215,2012-12-18
...\.......\car.txt,4844,2012-12-06
...\.......\diabetes.csv,4650,2012-12-18
...\.......\diabetes.txt,4607,2012-12-06
...\.......\heart-statlog.csv,2040,2012-12-18
...\.......\heart-statlog.txt,1945,2012-12-06
...\.......\hepatitis.csv,1625,2012-12-18
...\.......\hepatitis.txt,1532,2012-12-06
...\.......\ILPD.csv,4170,2012-12-18
...\.......\ILPD.txt,4201,2012-12-06
...\.......\test_balance-scale.txt,1250,2012-12-06
...\.......\tic-tac-toe.csv,4066,2012-12-18
...\.......\tic-tac-toe.txt,3840,2012-12-06
...\.......\vote.csv,3107,2012-12-18
...\.......\vote.txt,2958,2012-12-06
...\.......\winequelity-red.txt,16821,2012-12-06
...\.......\winequelity-white.txt,52778,2012-12-06
...\.......\zoo.csv,862,2012-12-18
...\.......\zoo.txt,775,2012-12-18
...\UCI训练
...\.......\balance-scale.csv,5519,2012-12-17
...\.......\balance-scale.txt,5000,2012-12-06
...\.......\bank marketing.txt,1490495,2012-12-06
...\.......\breast-cancer.csv,4828,2012-12-17
...\.......\breast-cancer.txt,4566,2012-12-06
...\.......\breast-w.csv,12177,2012-12-18
...\.......\breast-w.txt,11584,2012-12-06
...\.......\car.csv,20755,2012-12-17
...\.......\car.txt,19348,2012-12-06
...\.......\diabetes.csv,18472,2012-12-18
...\.......\diabetes.txt,18402,2012-12-06
...\.......\heart-statlog.csv,8029,2012-12-18
...\.......\heart-statlog.txt,7814,2012-12-06
...\.......\hepatitis.csv,6469,2012-12-18
...\.......\hepatitis.txt,6320,2012-12-06
...\.......\ILPD.csv,16515,2012-12-18
...\.......\ILPD.txt,16802,2012-12-06
...\.......\tic-tac-toe.csv,16120,2012-12-18
...\.......\tic-tac-toe.txt,15320,2012-12-06
...\.......\vote.csv,12242,2012-12-18
...\.......\vote.txt,11832,2012-12-06
...\.......\winequelity-red.txt,67131,2012-12-06
...\.......\winequelity-white.txt,211102,2012-12-06
...\.......\zoo.csv,3100,2012-12-18
...\.......\zoo.txt,2954,2012-12-18
...\.......\新建 Microsoft Excel 工作表.xlsx,8840,2012-12-17
ELM.m,9279,2012-07-20

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

发表评论

0 个回复

  • matlab
    基于MATLAB编写的简单仿真程序 简单的动画(MATLAB-based simulation program written in a simple simple animation)
    2010-11-30 14:36:38下载
    积分:1
  • string-data-encryption
    Data Encryption by Matrix Multiplication We will only use numbers 0 to 26 for the encryptive mathematics operation. Numbers from 1 to 26 are for letters from A to Z and 0 is for all non-letter characters. To minimize usage of numbers, all letters are converted to upper case. The original message is converted to number array according to the ASCII table and minus 64. We partition whole array into blocks of 8 numbers. The last block may be added several zeros. Then multiply each block by the an 8x8 matrix A which is invertible in Z27 to get cipher data. The decryption is the same process except to use its inverse matrix B. For good visual reading, we convert all non-letter characters to under score for the decryption.
    2012-06-24 02:58:53下载
    积分:1
  • Proficient-in-GUI-GUI-editor
    本书主要介绍了matlab的图形绘制和用户界面实现技术,书中通过大量例程深入浅出的介绍了图形用户界面的设计和编程。(This book mainly introduces the matlab graphics and user interface technology, the book tells his story through a lot of routines of the graphical user interface design and programming are introduced.)
    2014-08-26 17:24:08下载
    积分:1
  • maxddown
    I want to share this tremendous file with all
    2013-05-06 20:06:56下载
    积分:1
  • my-file
    here is program is related to optimization method, gui, regression, graph.
    2011-02-03 16:52:49下载
    积分:1
  • MyDirectCorrelate
    说明:  自己编制的直接相关函数,用来计算信号的自相关和互相关。(Prepare its own direct correlation function, used to calculate the signal autocorrelation and cross correlation.)
    2010-03-22 22:12:20下载
    积分:1
  • mintree
    这是解决图论中最小树问题的求解程序,是一种很好的解决方法(This is to solve minimum spanning tree in graph theory problem solving process, is a good solution)
    2009-02-26 21:24:57下载
    积分:1
  • Interface
    说明:  一个简单的MATLAB界面程序,可以让程序在界面操作上更友好(A simple MATLAB interface program that can make the program more friendly operation in the interface)
    2011-03-20 11:56:16下载
    积分:1
  • Griewank1
    Griewank测试函数,经过实验已经可以使用,现在分享给大家啊(Griewank test function, after the experiment has been can now share with you ah)
    2011-09-01 14:53:23下载
    积分:1
  • matlab
    matlab高效编程技巧和应用,25个案例分析(matlab efficient programming techniques and applications, 25 case studies)
    2012-11-01 11:09:39下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载