PSO粒子群优化BP神经网络算法我要分享

PSO particle swarm optimization BP neural network algorithm

PSO 粒子群优化 BP 神经网络算法

关注次数: 281

下载次数: 8

文件大小: 1672KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

粒子群优化BP神经网络算法,采用PSO优化神经网络的结构层个数,及隐含层的权值,相较BP神经网络,预测效果更好。


English Description:

Particle swarm optimization BP neural network algorithm uses PSO to optimize the number of structural layers of neural network and the weight of hidden layer. Compared with BP neural network, the prediction effect is better


代码预览

新建文件夹

..........\data.mat

..........\fun.m

..........\input_test.mat

..........\input_train.mat

..........\output_test.mat

..........\output_train.mat

..........\PSO.m