搜索资源列表
bp
- 在matlab的条件下,开发BP网络的优化方法,对边坡的安全系数进行分析
BPNet
- bp神经网络优化算法 vc++环境开发 新的优化算法-bp neural network optimization algorithm
GaBp
- 用GA训练BP网络的权值、阈值从而优化神经网络-GA training BP network with the right value, the threshold in order to optimize the neural network
ga_bp_nyb
- 主要介绍遗传算法在BP网络优化中的应用,二者结合,使网络参数得到优化-Introduces the genetic algorithm in BP network optimization in the application of a combination of both, so that network parameters are optimized
BP
- 神经网络bp算法VC++实现网络的相关运算有:1、网络的输入输出接口,即训练数据的输入,各层权值和节点阈值的输出;2、网络的学习,包括前向传播运算和反向传播运算,误差估计,权值阈值修改;3、网络预测的实现等等。其中网络的学习算法采用变步长和加动量项的优化学习算法,经过我的实验对网络的学习效率有很大提高-Neural network bp algorithm VC++ to achieve the network-related operations: 1, the network input a
myga-bp
- 修改过的用c语言编写的遗传算法优化BP神经网络初始阈值的程序,效果还行。可根据实际情况加一些归一化。-Modified genetic algorithm to optimize BP neural network initial threshold c language program, the effect is okay. Actual situation according to add some normalization.
遗传算法优化BP神经网络-非线性函数拟合
- 进行非线性函数拟合且用遗传算法对BP神经网络进行优化(The nonlinear function is fitted and the BP neural network is optimized by genetic algorithm)
PSO-bp((matlab
- 实现粒子群算法优化BP神经网络的预测算法(Particle swarm optimization algorithm to optimize the BP neural network prediction algorithm)
遗传算法优化BP神经网络用于非线性函数拟合
- 遗传算法优化的bp神经网络用于非线性函数的拟合。(BP neural network optimized by genetic algorithm for nonlinear function fitting.)
New_GA-BP
- 第一步:运行BP_CCPP.m 得到并保存传统BP预测,初始权值和阈值w1_BP(w1 B1 w2 B2),BP网络(BP_net),和结果。 第二部:运行GABP_CCPP.m 得到并保存GABP预测,初始权值和阈值(x),优化后的权值和阈值w1_GABP(w1 B1 w2 B2),BP网络(GA_BP_net),和结果。 第三部:运行sum_BP.m 用第一步和第二部得到的网络分别预测,得到结果对比和图形。 第四部:运行WB.m
PSO-bp
- POS优化BP神经网络。利用POS的优化性能(POS optimization of BP neural network)
基于遗传算法的BP算法
- 基于遗传算法的BP神经网络优化算法的经典实例。(An example of BP neural network algorithm)
PSO-BP
- 粒子群算法优化BP神经网络,可用于指标预测(BP neural network optimized by Particle swarm optimization (PSO) that can be used for index prediction)
pso-bp
- 使用粒子群算法优化bp神经网络,完成函数逼近(Optimize bp neural network using particle swarm optimization algorithm to complete function approximation)
基于遗传算法优化BP神经网络的非线性预测
- 针对BP神经网络的初始权值和阈值是随机选取的弊端,采用遗传算法寻优BP的初始权值和阈值,然后进行BP训练和测试。遗传算法包括编码 选择 交叉 和变异等操作(Aiming at the disadvantage that the initial weights and thresholds of BP neural network are randomly selected, genetic algorithm is used to optimize the initial weights and
遗传算法优化BP网络(用于电力负荷预测预测)
- 遗传算法改进的bp神经网络精准预测符合数据(Precision prediction coincidence data of BP neural network improved by genetic algorithm)
PSO-BP程序
- 用粒子群优化BP神经网络matlab代码 %以下是训练数据,前4列为输入,第5列为输出 5.700 3.800 0.3175 2.33 2310 4.550 3.050 0.3175 2.33 2890 2.950 1.950 0.3175 2.33 4240 1.950 1.300 0.3175 2.33 5840 1.400 0.900 0.3175 2.33 7700 1.200 0.800 0.3175 2.33 8270 1.050 0.700 0.3175
GA & PSO+BP
- 遗传算法与粒子群算法优化BP,有较好的分类效果(BP optimization based on Genetic Algorithm and particle swarm optimization)
基于天牛须搜索算法优化BP神经网络
- 天牛须优化算法及其对BP神经网络的优化。(The optimization algorithm and its application to BP neural network)
BAS_BP
- 一种新型的BP神经网络优化算法及仿真程序(A new optimization algorithm and simulation program of BP neural network)