登录
首页 » matlab » ELM_PSO-master

ELM_PSO-master

于 2020-07-07 发布
0 203
下载积分: 1 下载次数: 4

代码说明:

说明:  为了提升配网供电可靠性的预测精度!提出了基于主成分分析和粒子群优化极限学习机的配网供电可靠 性预测模型$ 从多方面分析影响供电可靠性的指标!利用主成分分析得到综合变量!实现对数据的降维$ 在此基 础上!构建人工神经网络并利用粒子群算法优化极限学习机的输入权值和阈值!完成对训练供电可靠性预测模型 的训练$ 以某大型电网的 ?L 个供电局样本 !% 种影响供电可靠性因素为例进行仿真分析!并将 E S R C E FQ C 4 G D算 法与 ! 种回归拟合算法对比!验证了该方法的有效性(It is clear that the learning speed of feedforward neural networks is in general far slower than required and it has been a major bottleneck in their applications for past decades. Two key reasons behind may be: (1) the slow gradient-based learning algorithms are extensively used to train neural networks, and (2) all the parameters of the networks are tuned iteratively by using such learning algorithms. Unlike these conventional implementations, this paper proposes a new learning algorithm called extreme learning machine (ELM) for single-hidden layer feedforward neural networks (SLFNs) which randomly chooses hidden nodes and analytically determines the output weights of SLFNs. In theory, this algorithm tends to provide good generalization performance at extremely fast learning speed. The experimental results based on a few artificial and real benchmark function approximation and classification problems including very large complex applications show that the new algorithm can p)

文件列表:

ELM_PSO-master, 0 , 2018-11-27
ELM_PSO-master\CPSO, 0 , 2018-11-27
ELM_PSO-master\CPSO\CPSO.py, 6683 , 2018-11-27
ELM_PSO-master\CPSO\Particula.py, 2040 , 2018-11-27
ELM_PSO-master\CPSO\SolveSystemFitness.py, 3410 , 2018-11-27
ELM_PSO-master\CPSO\__pycache__, 0 , 2018-11-27
ELM_PSO-master\CPSO\__pycache__\CPSO.cpython-37.pyc, 4444 , 2018-11-27
ELM_PSO-master\CPSO\__pycache__\Particula.cpython-37.pyc, 2703 , 2018-11-27
ELM_PSO-master\CPSO\__pycache__\SolveSystemFitness.cpython-37.pyc, 4637 , 2018-11-27
ELM_PSO-master\Candle.py, 1073 , 2018-11-27
ELM_PSO-master\IO.py, 12284 , 2018-11-27
ELM_PSO-master\experimento_sem_open.py, 1653 , 2018-11-27
ELM_PSO-master\func_aux_pso.py, 6621 , 2018-11-27
ELM_PSO-master\func_auxiliares.py, 4184 , 2018-11-27
ELM_PSO-master\kelm.py, 1522 , 2018-11-27
ELM_PSO-master\main_ind.py, 2949 , 2018-11-27
ELM_PSO-master\main_semanal.py, 3168 , 2018-11-27
ELM_PSO-master\nova_main.py, 3422 , 2018-11-27
ELM_PSO-master\predicao_ind.py, 3203 , 2018-11-27

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

发表评论

0 个回复

  • Wiley10_MIMO-OFDM Wireless Comms with MATLAB
    主要描述了MIMO-OFDM系统中的各项技术的介绍以及仿真代码,比如分集技术,无线信道模型、信道估计等。(This paper mainly describes the introduction of various technologies and simulation codes in mimo-ofdm system, such as diversity technology, wireless channel model, channel estimation, etc.)
    2019-06-18 21:21:26下载
    积分:1
  • C#演示银行ATM转账逻辑
    C#演示银行ATM转账逻辑,数据库使用SQLSERVER,在框中输入转帐银行、转帐帐户和接收方银行以及帐户,即可模拟ATM转帐逻辑的仿真。
    2022-02-04 01:53:47下载
    积分:1
  • nightmode
    说明:  chrome 扩展插件,黑色护眼模式,晚上使用非常好(Chrome extension, black eye protection mode, very good for use at night)
    2020-02-01 18:27:34下载
    积分:1
  • 血库管理
    血库管理系统被专为较小的自愿捐助组织,通常是连接到和在医院工作。它允许快速搜索功能相合的献血者在紧急情况下。它记录了避免调用不符合资格的捐助者的捐款。
    2022-05-27 03:23:52下载
    积分:1
  • 2
    一款基于CSS3实现的个性动画弹簧跳动动画特效,3D弹簧动画代码,实用性不强,拿来研究可以。(A personalized animation spring jump animation effect based on CSS3, 3D spring animation code, not practical, to study.)
    2018-08-13 15:58:17下载
    积分:1
  • 曲轴模型
    说明:  本人采用Creo Parametric 4.0 M020进行绘制。(I use Creo Parametric 4.0 M020 to draw.)
    2020-06-23 03:40:02下载
    积分:1
  • 用C语言实现进程调度-操作系统课程设计设计思想: “最高优先数优先”调度算法的基本思想是把cpu分配给就绪队列中优先数最高的进程。采用动态优先数,即优先数在...
    用C语言实现进程调度-操作系统课程设计设计思想: “最高优先数优先”调度算法的基本思想是把cpu分配给就绪队列中优先数最高的进程。采用动态优先数,即优先数在创建进程时给定一个初始值,当进程获得一次cpu后其优先数就减少1。-C language scheduling process-design courses on operating system design : "Priority number of the highest priority" scheduling algorithm the basic idea is cpu allocated to the parade were in place the highest priority in the process. Dynamic priority, which is priority number in the creation process to set an initial value, When the process is a cpu after its priority on reducing the number of one.
    2022-05-25 04:15:05下载
    积分:1
  • Form1.Designer1
    c#实现KTV点歌功能,并有一定文字说明,而且界面很好看(C# implements the function of KTV song ordering, and has a certain text description, and the interface is very good.)
    2020-06-25 07:40:02下载
    积分:1
  • 学习LPC2468或者lpc2478的好东西,是了解芯片的基础书籍,要好好看啊!...
    学习LPC2468或者lpc2478的好东西,是了解芯片的基础书籍,要好好看啊!-Learning LPC2468 or lpc2478 good thing is to understand the basis of chips books, better look good ah!
    2022-03-07 14:31:35下载
    积分:1
  • Copy_top
    说明:  拓扑优化(topology optimization)是一种根据给定的负载情况、约束条件和性能指标,在给定的区域内对材料分布进行优化的数学方法,是结构优化的一种。该程序基于matlab,提供求解约束优化问题的方法(Topology optimization is a mathematical method to optimize material distribution in a given area according to given load conditions, constraints and performance indicators. It is also a structural optimization method. The program is based on MATLAB and provides a method for solving constrained optimization problems.)
    2019-05-19 13:52:47下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载