课件:粒子群与BP神经网络结合.pptx

  1. 1、本文档共40页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
课件:粒子群与BP神经网络结合.pptx

粒子群优化算法聚类分析与训练BP神经网络智能优化算法:最优化问题是指在一定的约束条件下,决定某个或某些可控制的因素应有的合理取值,使所选定的目标达到最优的问题。人们借鉴自然现象,提出了模拟退火法(SA)、遗传算法(GA)、神经网络法(NN);人们通过学习生物的生活规律,提出了蚁群算法(ACO)、粒子群优化算法(PSO)。人们将这些模仿自然现象及生物体的各种原理和机理的方法,称为智能优化算法。粒子群优化算法粒子群算法的起源 粒子群优化算法(Particle Swarm Optimization,PSO),是一种启发式群智能进化计算技术,由Kennedy and Eberhart于1995年提出,来源于对鸟群捕食的行为的研究,是一种基于迭代的优化工具。James Kennedy received the Ph.D. degree from theUniversity of North Carolina, Chapel Hill, in 1992.He is with the U.S. Department of Labor, Washington,DC. He is a Social Psychologist who has been working with the particle swarm algorithm since 1994. He has published dozens of articles and chapters on particle swarms and related topics, in computer science and social science journals and proceedings. He is a coauthor of Swarm Intelligence (San Mateo, CA: Morgan Kaufmann, 2001), with R.C. Eberhart and Y. Shi, now in its third printing.Russell C. Eberhart (M’88–SM’89–F’01) received the Ph.D. degree in electrical engineering from Kansas State University, Manhattan.He is the Chair and Professor of Electrical and Computer Engineering, Purdue School of Engineering and Technology, Indiana University–Purdue University Indianapolis (IUPUI),Indianapolis, IN. He is coeditor of Neural Network PC Tools(1990),coauthor of Computational Intelligence PC Tools (1996), coauthor of Swarm Intelligence(2001), Computational Intelligence: Concepts to Implementations(2004). He has published over 120 technical papers.Dr. Eberhart was awarded the IEEE Third Millenium Medal. In 2002, he became a Fellow of the American Institute for Medical and Biological Engineering.近年PSO方面文献的数量粒子群算法的主要应用 (一)函数优化 (二)神经网络训练 (三)工程领域应用 (四)PSO算法还在生物工程、电磁学、数据挖掘等很多领域都取得了较好的效果。 一.粒子群算法的原理原始粒子群优化算法标准粒子群优化算法原始粒子群优化算法Pbest:个体极值(粒子自身所找到的当前最优解)Gbest:全局极值(整个群体当前找到的最优解)设D维搜索空间中,有M个粒子,其中第i个的位置是Xi =(xi1,xi2,...xiD),速度为Vi =(vi1,vi2,...,viD),i = 1,2,…,M。搜索到的历史最优位置为Pi =(pi1,pi2,...,piD),整个粒子群体搜索到的最优位置为Pg =(pg1,pg2,...,pgD)。Knenedy和Eberhrtn最早提出的PSO算法的位置和速度公式的方程如下: (1-1) (1-2) 其中i = 1,2,…,M;d = 1,2,…,D;r1和r2是

文档评论(0)

iuad + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档