登录
首页 » matlab » PSO_ELM

PSO_ELM

于 2020-11-05 发布 文件大小:475KB
0 273
下载积分: 1 下载次数: 157

代码说明:

  粒子群优化的超限学习机,运行快,拟合效果好,很方便使用(The particle swarm optimization of the overrun learning machine, fast operation, good fitting effect, very convenient to use.)

文件列表:

PSO_ELM\ELM, 0 , 2018-05-04
PSO_ELM\ELM\ELM.m, 1215 , 2018-05-03
PSO_ELM\ELM\elmpredict.m, 1454 , 2013-01-30
PSO_ELM\ELM\elmtrain.m, 1752 , 2013-01-30
PSO_ELM\ELM\imf111.mat, 41799 , 2018-05-02
PSO_ELM\ELM\imf222.mat, 41732 , 2018-05-02
PSO_ELM\ELM\imf333.mat, 41583 , 2018-05-02
PSO_ELM\ELMfun.m, 179 , 2016-05-15
PSO_ELM\ELMfun2.m, 223 , 2016-05-15
PSO_ELM\ELMfun3.m, 232 , 2016-05-15
PSO_ELM\elmpredict.m, 1376 , 2016-05-15
PSO_ELM\elmtrain.m, 1830 , 2016-05-15
PSO_ELM\elmtrain2.m, 1766 , 2016-05-15
PSO_ELM\fitcal.m, 600 , 2016-05-15
PSO_ELM\imf1.mat, 19619 , 2018-05-02
PSO_ELM\imf11.mat, 27736 , 2018-05-02
PSO_ELM\imf111.mat, 41799 , 2018-05-02
PSO_ELM\imf2.mat, 19593 , 2018-05-02
PSO_ELM\imf22.mat, 27683 , 2018-05-02
PSO_ELM\imf222.mat, 41732 , 2018-05-02
PSO_ELM\imf3.mat, 19526 , 2018-05-02
PSO_ELM\imf33.mat, 27593 , 2018-05-02
PSO_ELM\imf333.mat, 41583 , 2018-05-02
PSO_ELM\imf4.mat, 18759 , 2018-05-02
PSO_ELM\imf44.mat, 26368 , 2018-05-02
PSO_ELM\imf444.mat, 39576 , 2018-05-02
PSO_ELM\PSO_ELM.m, 6367 , 2018-05-02

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

发表评论

0 个回复

  • eluosifangkuai
    俄罗斯方块最终版本,是用c语言写的,可自动调整。(The final version of Tetris, with c language, can be automatically adjusted.)
    2015-09-29 09:19:47下载
    积分:1
  • 卡尔曼滤波
    目标匀速直线运动 对目标预测和更新位置进行比较(Uniform rectilinear motion of target)
    2018-10-07 17:34:29下载
    积分:1
  • 盲源分离的非线性创新
    Nonlinear innovation to blind source separation
    2022-07-21 06:42:25下载
    积分:1
  • c版本的,很不错的能运行,我也是从网络下的
    c版本的,很不错的能运行,我也是从网络下的-c version, and very good can run, I am also from the network
    2023-07-08 00:45:03下载
    积分:1
  • CS
    说明:  Revit二次开发外部命令调用,需要在revit上运行(Revit two development, external command call)
    2017-10-11 11:15:00下载
    积分:1
  • 功能getmu(亩= R,信噪比,H,P,M)
    function mu=getmu(r,snr,H,p,M) eigen=eig(H*H ) temp2=0 for i=1:r-p+1 temp1=1/eigen(i) temp2=temp2+temp1 temp1=0 end if r-p+1~=0 mu=(M/(r-p+1))*(1+(1/snr)*temp2) else mu=0 end -matlab mimo
    2022-03-20 12:47:15下载
    积分:1
  • carparking
    automatic car parking system using 8051
    2010-08-06 20:48:12下载
    积分:1
  • 青海省
    arcgic中国青海省shp文件,为方便流行病学调查提供依据(SHP document of qinghai province, China)
    2020-12-27 17:09:02下载
    积分:1
  • Programming.Pearls--(2)
    编程珠玑中文第二版.pdf(包括源码) 本书是计算机科学方面的经典名著,原名Programming Pearls Second Edition 书的内容围绕程序设计人员面对的一系列实际问题展开。作者Jon Bentley 以其独有的洞察力和创造力,引导读者理解这些问题并学会解决方法,而这些正是程序员实际编程生涯中至关重要的。本书的特色是通过一些精心设计的有趣而又颇具指导意义的程序,对实用程序设计技巧及基本设计原则进行了透彻而睿智的描述,为复杂的编程问题提供了清晰而完备的解决思路。本书对各个层次的程序员都具有很高的阅读价值。. (Programming Pearls Chinese second edition. Pdf (including source code) This book is in computer science classics, formerly Programming Pearls Second Edition Contents of the book focus on program design were faced with a series of practical issues. Author Jon Bentley its unique insight and creativity, to guide readers to understand the issues and learn solutions, which is what the programmer actual programming career essential. The book features through some interesting and well-designed program is instructive, for practical programming skills and basic design principles and wise conduct a thorough description of the problem for complex programming provides a clear and complete solution ideas. Book for all levels of programmers have a high value of reading. .)
    2013-08-22 11:13:49下载
    积分:1
  • jieba分词代码
    从文章或段落中划分词语,识别词性和统计词频,从而提取能显示内容中心关键词和高频词语(Dividing words from articles or paragraphs, identifying parts of speech and counting word frequencies, so as to extract keywords and high-frequency words that can display the content center.)
    2020-06-23 17:00:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载