CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - particle swarm neural training
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - particle swarm neural training - List
[
matlab
]
PSO-evolutionarycomputation
DL : 0
粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域-Particle Swarm Optimization (PSO) is an evolutionary computation technique (evolutionary computation), has Dr. Eberhart and Dr. kennedy invention. Deriving from the behavior of birds of prey PSO with genetic algorithm is similar to an iterative optimization-based tools. System initialization for a group of random solutions, through the iterative search for optimal values. But there is no cross-genetic algorithm used (crossover) and mutation (mutation). But the particles in the solution space of the particles to follow the optimal search. In detail the steps after the introduction sections compared with the genetic algorithm, PSO has the advantage of being simple and easy and did not realize many of the parameters need to be adjusted. Has been widely applied to function optimization, neural network training, fuzzy system control, as well as other genetic algorithm applications
Date
: 2025-12-16
Size
: 22kb
User
:
zzh
[
matlab
]
GAxunlianbp
DL : 0
粒子群寻优。 利用粒子群寻优的方法,对神经网络进行训练。-Particle swarm optimization. The use of particle swarm optimization method for neural network training.
Date
: 2025-12-16
Size
: 1kb
User
:
shiqh2002
[
matlab
]
GAxunlianzhuhanshu
DL : 0
粒子群寻优。 利用粒子群寻优的方法,对神经网络进行训练。该源程序对以前的程序进行了改进。-Particle swarm optimization. The use of particle swarm optimization method for neural network training. The source of the previous procedure has been improved.
Date
: 2025-12-16
Size
: 1kb
User
:
shiqh2002
[
matlab
]
Evolutionary-ANFIS-Training
DL : 2
用MATLAB实现自适应神经模糊推理系统(ANFIS)结构训练。代码中,首先创建一个初始原ANFIS结构,然后采用遗传算法(GA)、粒子群优化(PSO)来训练ANFIS。此进化训练算法可用于解决非线性回归函数逼近问题。-Implementation of adaptive neural fuzzy inference system (ANFIS) based on MATLAB. Code, the first to create an initial original ANFIS structure, and then using the genetic algorithm (GA), particle swarm optimization (PSO) to train ANFIS. This evolutionary training algorithm can be used to solve the nonlinear regression function approximation problem.
Date
: 2025-12-16
Size
: 21kb
User
:
张贝
[
matlab
]
PSO
DL : 0
粒子群优化算法(PSO:Particle swarm optimization) 是一种进化计算技术(evolutionary computation)。 源于对鸟群捕食的行为研究。粒子群优化算法的基本思想:是通过群体中个体之间的协作和信息共享来寻找最优解. PSO的优势:在于简单容易实现并且没有许多参数的调节。目前已被广泛应用于函数优化、神经网络训练、模糊系统控制以及其他遗传算法的应用领域。(The particle swarm optimization (PSO:Particle swarm optimization) is an evolutionary computing technology (Evolutionary Computation). The study of the behavior of bird predator. The basic idea of particle swarm optimization (PSO) is to find the optimal solution through the collaboration and information sharing among the individuals in the group. The advantage of PSO is that it is simple and easy to implement without many parameters. At present, it has been widely used in function optimization, neural network training, fuzzy system control and other genetic algorithms.)
Date
: 2025-12-16
Size
: 5kb
User
:
安联的大球童
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.