蚁群算法优化神经网络matlab源程序,粒子群优化神经网络的程序大集合

粒子群程序集合

866867259psobp

psobp.m

pso(粒子群算法)优化神经网络

粒子群算法(PSO)应用于神经网络优化[matlab]

PSOt

A Particle Swarm Optimization (PSO) Primer.pdf

DemoTrainPSO.m

Particle Swarm Optimization Matlab Toolbox 1_conformat_.pdf

ReadME.txt

f6.m

goplotpso.m

hypara.m

hypara2.m

normalize.m

pso.m

tpso1.m

tpso2.m

tpso3.m

trainpso.m

unwrapmat.m

wrapmat.m

使用帮助:新手必看.htm

pso(粒子群算法)优化神经网络(1)

粒子群算法(PSO)应用于神经网络优化[matlab]

PSOt

A Particle Swarm Optimization (PSO) Primer.pdf

DemoTrainPSO.m

Particle Swarm Optimization Matlab Toolbox 1_conformat_.pdf

ReadME.txt

f6.m

goplotpso.m

hypara.m

hypara2.m

normalize.m

pso.m

tpso1.m

tpso2.m

tpso3.m

trainpso.m

unwrapmat.m

wrapmat.m

使用帮助:新手必看.htm

基于粒子群和BP神经网络的混合优化策略算法。将改进PSO算法与BP神经网络结合,用PSO算法取代梯度下降法来优化神经网络的连接权值和阈值。程序简单易懂

PSO_BP

Debug

PSO.exe

PSO.obj

PSO.pdb

vc60.pdb

PSO.cpp

PSO.dsp

PSO.dsw

PSO.ncb

PSO.opt

PSO.plg

标准训练样本.txt

适应度.txt

训练样本.txt

粒子群算法的matlab程序,包括结合神经网络

psotb-beta-0.3

ChangeLog.txt

DrawSwarm.m

Readme.txt

RunExp.m

functions

DeJong.m

Griewank.m

Rastrigrin.m

Rosenbrock.m

get_psoOptions.m

installation-help.pdf

pso.m

show_psoOptions.m

粒子群寻优。 利用粒子群寻优的方法,对神经网络进行训练。该源程序对以前的程序进行了改进

新建文件夹

GA训练BP权值的主函数.m

粒子群优化算法的工具箱, 包含粒子群优化算法及优化神经网络的方法

PSO工具箱

PSOt

A Particle Swarm Optimization (PSO) Primer.pdf

DemoTrainPSO.asv

DemoTrainPSO.m

PSOBP.txt

Particle Swarm Optimization Matlab Toolbox 1_conformat_.pdf

ReadME.txt

f6.m

f6.txt

goplotpso.m

hypara.m

hypara2.m

normalize.m

pso.m

tpso1.m

tpso2.m

tpso3.m

trainpso.m

unwrapmat.m

wrapmat.m

我个人收集的各类智能算法,共有20多个源代码,包括:遗传算法,蚁群算法,粒子群算法,微分进化算法,遗传神经网络算法,粒子群SVM算法,粒子群神经网络算法等混合算法

算法

ACO+for+TSP(matlab).rar

IGA免疫遗传算法.rar

PSO-BP.rar

PSO-bp((matlab.rar

PSO_MATLAB+程序.doc

matlab编写的量子遗传算法.rar

matlab遗传算法.doc.doc

pso-SVM.rar

★自适应遗传算法基于MATLAB.rar

标准PSO.zip

不完善的psoTRAINbp.zip

各类人工智能.rar

混合差分遗传进化算法代码(matlab).rar

粒子群算法求解旅行商问题源码.rar

粒子群优化算法.rar

免疫算法matlab程序.rar

遗传算法-matlab.txt

遗传算法matlab代码.doc

遗传算法改进的模糊C-均值聚类MATLAB源码.txt

遗传算法工具箱.zip

遗传算法与聚类结合.rar

遗传算法与神经网络算法结合与 最速下降法等传统的算法比较(matlab).rar

遗传退火法.rar

遗传退火进化算法.rar

蚁群算法-matlab.txt

蚁群算法-三维航迹规划.zip

蚁群算法的matlab源码.doc

蚁群算法的matlab源码.rar

蚁群算法论文%2B源代码.rar

在Matlab编译环境下的人工免疫遗传算法程序.rar

主要应用遗传算法进行匹配.rar

自适应遗传算法.zip

粒子群优化算法是一种新颖的仿生、群智能优化算法。该算法原理简单、需调整的参数少、收敛速度快而且易于实现,因此近年来粒子群算法引起了广大学者的关注。然而到目前为止粒子群算法的在理论分析和实践应用方面尚未成熟,仍有大量的问题需进一步研究。本文针对粒子群算法易出现“早熟”陷入局部极小值问题对标准粒子群算法进行改进并将改进的粒子群算法应用于BP神经网络中。本文的主要工作如下:本文首先介绍了粒子群算法的国内外的研究现状与发展概况,较系统地分析了粒子群优化算法的基本理论,总结常见的改进的粒子群优化算法。其次介绍了Hooke-Jeeves模式搜索法的算法分析、基本流程及应用领域。针对标准粒子群优化算法存在“早熟”问题,易陷入局部极小值的缺点,本文对标准粒子群算法进行改进。首先将原始定义的初始种群划分为两个相同的子种群,采用基于适应度支配的思想分别将每个子种群划分为两个子集,Pareto子集和N_Pareto子集;然后将两个子群中的适应度较优的两个Pareto子集合为新种群。Griewank和Rastrigin由于新种群的参数设置区别于标准粒子群算法的参数设置,新的粒子与标准种群中的粒子飞行轨迹不同,种群的探索范围扩大,从而使算法的全局搜索能力有所提高。 为平衡粒子群算法的全局寻优能力和局部寻优能力,提高粒子群算法的求解精度和效率,本文在新种群寻优过程中引入具有强收敛能力Hooke-Jeeves搜索法,提出了IMPSO算法。雅文网www.lunwendingzhi.com,并用IMPSO算法对标准基准测试函数进行实验,将得到的实验结果并与标准粒子群算法对基准函数的实验结果进行对比,仿真结果证明了该改进的粒子群算法的有效性。 最后本文研究改进的粒子群算法在BP神经网络中的应用。首先介绍人工神经网络的原理及基于BP算法的多层前馈神经网络,其次用IMPSO算法训练BP神经网络并给出训练流程图。 将IMPSO算法训练的BP神经网络分别应用于齿轮热处理中硬化层深的预测以及用于柴油机的缸盖与缸壁的故障诊断中,并将预测结果、诊断结果与BP神经网络、标准粒子群优化算法训练的BP神经网络的实验结果进行对比,实验结果证明了改进的粒子群算法训练BP网络具有更强的优化性能和学习能力。 英文简介: Particle swarm optimization algorithm is a novel bionic, swarm intelligence optimization algorithm. The algorithm principle is simple, less need to adjust the parameters and convergence speed is fast and easy to implement, so in recent years, particle swarm optimization (pso) to cause the attention of many scholars. So far, however, the particle swarm algorithm are not mature in theory analysis and practice applications, there are still a lot of problems need further research. Based on particle swarm algorithm is prone to "premature" into a local minimum value problem to improve the standard particle swarm algorithm and improved particle swarm optimization (pso) algorithm was applied to BP neural network. This paper's main work is as follows: at first, this paper introduces the particle swarm algorithm in the general situation of the research status and development at home and abroad, systematically analyzes the basic theory of particle swarm optimization algorithm, summarizes the common improved particle swarm optimization algorithm. Secondly introduces the analysis method of Hooke - Jeeves pattern search algorithm, the basic process and application fields. In view of the standard particle swarm optimization algorithm "precocious" problems, easy to fall into local minimum value, in this paper, the standard particle swarm algorithm was improved. First of all, the original definition of the initial population is divided into two identical sub populations, based on the fitness of thought respectively each child population is divided into two subsets, and Pareto subset N_Pareto subset; And then has a better fitness of two subgroups of two Pareto set for the new population. Griewank and Rastrigin because of the new population parameter setting differs from the standard particle swarm algorithm of the parameter is set, the new particles and particle trajectories in the different standard population, population expanding, which makes the algorithm's global search ability have improved. To balance the global search capability of the particle swarm algorithm and local optimization ability, and improve the precision and efficiency of particle swarm optimization (pso) algorithm, introduced in this article in the new population optimization process has a strong convergence ability to search method of Hooke - Jeeves, IMPSO algorithm is proposed. And standard benchmark test functions with IMPSO algorithm experiment, will receive the results with the standard particle swarm algorithm, comparing the experimental results of benchmark functions, the simulation results prove the validity of the improved particle swarm algorithm. At the end of the paper research the improved particle swarm algorithm in the application of the BP neural network. First this paper introduces the principle of artificial neural network and based on the multi-layer feed-forward neural network BP algorithm, secondly by IMPSO algorithm training the BP neural network and training flow chart is given. IMPSO algorithm training the BP neural network respectively used in the gear heat treatment hardening layer depth prediction and used for fault diagnosis of diesel engine cylinder head and cylinder wall, and the predicted results, the diagnostic results, the standard particle swarm optimization algorithm with BP neural network of training BP neural network, comparing the experimental results of the experimental results show that the improved particle swarm optimization (pso) training BP network has better optimization performance and learning ability.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值