Welcome![Sign In][Sign Up]
Location:
Search - particle swarm neural training

Search list

[matlabPSO-evolutionarycomputation

Description: 粒子群优化算法(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
Platform: | Size: 22528 | Author: zzh | Hits:

[AI-NN-PRCPSO6nn

Description: 应用协同微粒群算法对一个4-6-1形式的神经网络进行离线训练.-Application of Cooperative Particle Swarm Optimization for a 4-6-1 form of neural network off-line training.
Platform: | Size: 3072 | Author: duyanli | Hits:

[AI-NN-PRSPSOnn

Description: 应用随机微粒群算法学习一个神经网络的权值.网络训练和测试数据采自一实际非线性系统.-Application of stochastic particle swarm optimization learning a neural network weights. Network training and test data collected from a practical nonlinear systems.
Platform: | Size: 3072 | Author: duyl | Hits:

[Software EngineeringPSOt_User_manual

Description: 粒子群算法(PSO)源代码工具箱。该工具箱将PSO算法的核心部分封装起来,提供给用户的为算法的可调参数,用户只需要定义好有关参数,即可自行优化。-Particle Swarm Optimization (PSO) source code toolbox. The toolkit will be the core of the PSO algorithm package, and available to users of the adjustable parameters for the algorithm, users only need to define the relevant parameters, can be self-optimizing.
Platform: | Size: 58368 | Author: 李志 | Hits:

[matlabGAxunlianbp

Description: 粒子群寻优。 利用粒子群寻优的方法,对神经网络进行训练。-Particle swarm optimization. The use of particle swarm optimization method for neural network training.
Platform: | Size: 1024 | Author: shiqh2002 | Hits:

[matlabGAxunlianzhuhanshu

Description: 粒子群寻优。 利用粒子群寻优的方法,对神经网络进行训练。该源程序对以前的程序进行了改进。-Particle swarm optimization. The use of particle swarm optimization method for neural network training. The source of the previous procedure has been improved.
Platform: | Size: 1024 | Author: shiqh2002 | Hits:

[Mathimatics-Numerical algorithmsbp.pso

Description: 标准BP神经网络算法程序:动量BP算法程序:% 调用 TRAINGDX 算法训练 BP 网络 粒子群优化神经网络源程序-The standard BP neural network algorithm procedure: momentum BP algorithm procedure: TRAINGDX called BP network training algorithm particle swarm optimization neural network source code
Platform: | Size: 11264 | Author: 依然 | Hits:

[MPIPSOtoolbox

Description: 微粒群算法[PSO ] 是由Kennedy 和Eberhart等于1995 年开发的一种演化计算技术, 来源于对鸟群捕食过程的模拟。PSO同遗传算法类似,是一种基于叠代的优化工具,但与遗传算法使用遗传操作子进行优化不同,利用群体中各个体之间的“协作”与“竞争”关系,根据自身及其竞争者的飞行经验,调整自己的行为。同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域。-Particle Swarm Optimization [PSO] are equal by Kennedy and Eberhart in 1995 developed an evolutionary computing technology, from preying on the birds of the simulation process. PSO with genetic algorithm is similar to an iterative optimization-based tool, but the use of genetic algorithms and genetic manipulation of different sub-optimize the use of groups between the various entities within the " collaboration" and " competitive" relationship, according to themselves and their competition the flying experience, adjust their behavior. Comparison with genetic algorithms, PSO has the advantage of being simple and easy and did not realize the need to adjust the parameters much. Has been widely applied to function optimization, neural network training, fuzzy system control, as well as other genetic algorithm applications.
Platform: | Size: 883712 | Author: wzy | Hits:

[Otherpsobp

Description: 该文件是使用粒子群算法来求解BP神经网络饿最优解,进而对样本数据训练学习-The document is the use of particle swarm optimization to solving hunger BP neural network the optimal solution, and then the training sample data for the study
Platform: | Size: 2048 | Author: 微微 | Hits:

[AI-NN-PRPSOt

Description: 粒子群算法工具箱,有DEMO程序,可以对16中常见函数测试,并附有神经元网络的训练算法-Particle swarm optimization toolbox, there are DEMO program, you can test for 16 common functions, together with the training algorithm for neural networks
Platform: | Size: 759808 | Author: 石怀涛 | Hits:

[AI-NN-PRpsoooLMBP

Description: 用粒子群算法和LM算法结合的方式训练神经网络,求函数的最小值。-Using Particle Swarm Optimization and the LM algorithm combines the approach for training neural networks, seeking the minimum value of the function.
Platform: | Size: 2048 | Author: 赵汉卿 | Hits:

[AI-NN-PRbp2

Description: 利用粒子群PSO算法,设计一个使得前向神经网络的训练得到最优问题。-The use of particle swarm PSO algorithm, designed to allow a feed-forward neural network training problems to be optimal.
Platform: | Size: 847872 | Author: 印锦 | Hits:

[Special EffectsParticle-swarm-optimization

Description: 微粒群优化算法(Particle Swarm Optimization,PSO算法)源于鸟群和鱼群群体运 动行为的研究,是一种新的群体智能优化算法,是演化计算领域中的一个新的分支。它 的主要特点是原理简单、参数少、收敛速度较快,所需领域知识少。该算法的出现引起 了学者们极大的关注,已在函数优化、神经网络训练、组合优化、机器人路径规划等领 域获得了广泛应用,并取得了较好的效果。尽管粒子群优化算法发展近十年,但无论是 理论分析还是实践应用都尚未成熟,有大量的问题值得研究。 -Particle swarm optimization (Particle Swarm Optimization, PSO algorithm) from groups of birds and fish movement behavior, is a new swarm intelligence algorithm, in the field of evolutionary computation is a new branch. Its main feature is simple in principle, few parameters, convergence is faster, less domain knowledge required. The algorithm brought the scholars are of great concern, has been in function optimization, neural network training, combinatorial optimization, robot path planning has been widely used applications, and achieved good results. Despite the development of particle swarm optimization nearly a decade, but both theory and practice applications are not yet mature, a large number of issues worth studying.
Platform: | Size: 602112 | Author: | Hits:

[AI-NN-PRParticle-algorithm

Description: 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究。 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域。 -Particle swarm optimization (PSO) is an evolutionary computing (evolutionary computation), there is invented by Dr. Eberhart and Dr. kennedy. From the behavior of birds of prey. PSO with genetic algorithm is similar to an iteration-based optimization tool. System is initialized to a group of random solutions, the optimal value by iterative search. But there is no genetic algorithm with the cross (crossover) and mutation (mutation). But the particles in the solution space to follow the optimal particle search. Comparison with genetic algorithms, PSO has the advantage of simple and easy to implement and there is no need to adjust many parameters. Has been widely used in function optimization, neural network training, fuzzy system control, and other genetic algorithm applications.
Platform: | Size: 10240 | Author: 天涯 | Hits:

[AI-NN-PRpsoyumatlab

Description: 应用粒子群优化算法实现bp神经网络的训练代码,并可用matlab仿真-Particle swarm optimization algorithm bp neural network training code, and can be used matlab simulation
Platform: | Size: 5120 | Author: feilong | Hits:

[AI-NN-PRPSO-RBF

Description: 利用改进粒子群训练bp神经网络的matlab程序\利用改进粒子群训练RBF神经网络的-Improved Particle Swarm training bp neural network matlab program \ using improved particle swarm training RBF
Platform: | Size: 3072 | Author: 汪东红 | Hits:

[Windows DevelopTbp2h

Description: 利用粒子群PSO算法,设计一个使得前向神经网络的的训练得到最优问题。 -Using particle swarm PSO algorithm design one makes the feedforward neural network training optimization problem. , Tested
Platform: | Size: 846848 | Author: yoeooo | Hits:

[Windows DevelopAqpsozipn

Description: 在网络异常检测中,为了提高对异常状态的检测率,降低对正常状态的误判率,本文提出一种基于量子粒子群优化算法训练小波神经网络进行网络异常检测的新方法。利用用量子粒子群优化算法(QPSO)训练小波神经网络,将小波神经网络(WNN)中的参数组合作为优化算法中的一个粒子,在全局空间中搜索具有最优适应值的参数向量。 -This paper presents a new method of network anomaly detection based on quantum particle swarm optimization algorithm to train the wavelet neural network in order to improve the rate of detection of the abnormal state and reduce the false positive rate for normal state in the network anomaly detection. Quantum particle swarm optimization algorithm (QPSO) training wavelet neural network, the combination of parameters of the wavelet neural network (WNN) as a particle optimization algorithm search parameter vector with the best fitness value in the global space.
Platform: | Size: 1024 | Author: zhou | Hits:

[AI-NN-PRpso-algorithm-neural-network

Description: 用粒子群算法来优化神经网络的训练,关于含有交叉因子的粒子群算法-Particle swarm optimization to optimize the neural network training, containing cross-factor particle swarm optimization
Platform: | Size: 8192 | Author: 陈海蛟 | Hits:

[matlabEvolutionary-ANFIS-Training

Description: 用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.
Platform: | Size: 21504 | Author: 张贝 | Hits:
« 12 »

CodeBus www.codebus.net