Welcome![Sign In][Sign Up]
Location:
Search - PSO training Neural Network

Search list

[Other resource123ParticleSwarmOptimization(PSO)Algorithm

Description: 粒子群优化算法!!! 系统地介绍了粒子群优化算法,归纳了其发展过程中的各种改进如惯性权重!收敛因子!跟踪并 优化动态目标等模型\"阐述了算法在目标函数优化!神经网络训练!模糊控制系统等基本领域的应用并 给出其在工程领域的应用进展,最后,对粒子群优化算法的研究和应用进行了总结和展望,指出其在计算 机辅助工艺规划领域的应用前景\"-PSO algorithm! ! ! A systematic introduction to PSO algorithm, summed up its development process such as the improvement of inertia weight! Convergence factor! track and dynamic optimization model objectives, "explained the algorithm optimization objective function! Neural Network Training! Fuzzy Control System basic areas of application and gives the project from its the application domain, finally, the PSO algorithm research and application of the summary and outlook. pointed out in the field of computer-aided process planning applications prospects "
Platform: | Size: 53571 | Author: 八云 | Hits:

[Other resourcePSO-bp-MATLAB

Description: 利用PSO训练BP神经网络的MATLAB源码-use PSO training Neural Network MATLAB source
Platform: | Size: 6192 | Author: nanny | Hits:

[AI-NN-PRPSONet

Description: 应用PSO训练神经网络Visual C++ 训练结果优于BP,该方法用于模式识别、知识挖掘等-PSO application for training the neural network training Visual C BP superior results, the method for pattern recognition, knowledge mining, etc.
Platform: | Size: 71680 | Author: 林献坤 | Hits:

[Other123ParticleSwarmOptimization(PSO)Algorithm

Description: 粒子群优化算法!!! 系统地介绍了粒子群优化算法,归纳了其发展过程中的各种改进如惯性权重!收敛因子!跟踪并 优化动态目标等模型"阐述了算法在目标函数优化!神经网络训练!模糊控制系统等基本领域的应用并 给出其在工程领域的应用进展,最后,对粒子群优化算法的研究和应用进行了总结和展望,指出其在计算 机辅助工艺规划领域的应用前景"-PSO algorithm! ! ! A systematic introduction to PSO algorithm, summed up its development process such as the improvement of inertia weight! Convergence factor! track and dynamic optimization model objectives, "explained the algorithm optimization objective function! Neural Network Training! Fuzzy Control System basic areas of application and gives the project from its the application domain, finally, the PSO algorithm research and application of the summary and outlook. pointed out in the field of computer-aided process planning applications prospects "
Platform: | Size: 53248 | Author: 八云 | Hits:

[AI-NN-PRvc_pso719

Description: 粒子群算法的示例程序,不错。可用来进行函数优化、神经网络训练等。-PSO algorithm sample program, yes. Available for function optimization, neural network training.
Platform: | Size: 363520 | Author: 尹明 | Hits:

[matlabPSO-bp-MATLAB

Description: 利用PSO训练BP神经网络的MATLAB源码-use PSO training Neural Network MATLAB source
Platform: | Size: 6144 | Author: nanny | Hits:

[AI-NN-PRpsoTRAINbp

Description: 用PSO训练BP神经网络(matlab程序)-With PSO training BP neural network (matlab program)
Platform: | Size: 2048 | Author: yxy | Hits:

[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:

[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:

[AI-NN-PRpso_nnet

Description: 利用pso算法训练人工神经网络的源代码。-PSO algorithm for the use of training artificial neural network source code.
Platform: | Size: 8192 | Author: 楚湘华 | 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:

[AI-NN-PRPSO-bp-MATLAB8026

Description: 利用PSO训练BP神经网络的MATLAB源码-PSO training using BP neural network MATLAB source
Platform: | Size: 8192 | Author: ekin | Hits:

[matlabdfgsgf

Description: use PSO training Neural Network
Platform: | Size: 1024 | Author: salam | Hits:

[matlabpso

Description: PSO算法简单、易实现且参数较少,现已被应用于函数优化、神经网络训练、模糊系统控制以及其它遗传算法的应用领域-PSO algorithm is simple, easy to implement and less parameters, have been applied to function optimization, neural network training, fuzzy system control and other applications of genetic algorithms
Platform: | Size: 216064 | Author: | Hits:

[matlabnnet

Description: training neural network using pso -training neural network using pso
Platform: | Size: 33792 | Author: mustafa | 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:

[AI-NN-PRPSO-BP

Description: pso训练bp神经网络的程序,简单易用,欢迎交流探讨-pso bp neural network training program, easy to use, welcomed the exchange of
Platform: | Size: 6144 | Author: | Hits:

[matlabPSO

Description: 粒子群优化算法(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.)
Platform: | Size: 5120 | Author: 安联的大球童 | Hits:

[matlabP5-2 PSO训练神经网络

Description: 通过粒子群算法训练神经网络,实现一个简单的人工智能算法(Training neural network through PSO)
Platform: | Size: 4096 | Author: 大蛇撒旦 | Hits:

[matlabPSOTrainBP

Description: BP神经网络容易陷于局部极小值,PSO算法在无约束非线性函数优化方面性能优越,通常可以直接找寻到全局最优解,即使不能搜多到全局最优解,也距离全局最优点不远。当然,基本PSO算法陷入局部极值也是有的。对于这个缺点目前还没有找到比较有效、省市的解决方案。本案例实现利用PSO算法和BP算法共同训练神经网络,先将网络进行PSO算法训练,然后BP算法接着进行小范围精细搜索,PSO算法训练神经网络的本质就是将输出误差函数(即能量函数)看成目标函数,PSO对能量函数进行全局寻找最小值。(BP neural networks are prone to local minimum values. The PS algorithm has superior performance in the optimization of unconstrained nonlinear functions. It can usually find the global optimal solution directly. Even if it can not find more global optimal solutions, it is not far from the global best. Of course, there is also a local extreme of the basic PO algorithm. For this shortcoming, there is no more effective, provincial and municipal solution. This case realizes the use of the SO algorithm and the BP algorithm to train the neural network. First, the network is trained in the SO algorithm, and then the BP algorithm is followed by a small range of fine searches. The essence of the PO algorithm training neural network is to regard the output error function(ie, the energy function) as the objective function, and the PO seeks a global minimum value for the energy function.)
Platform: | Size: 3072 | Author: Katri | Hits:
« 12 3 »

CodeBus www.codebus.net