PSO-BP风电功率预测我要分享

PSO-BP wind power prediction

关注次数: 284

下载次数: 4

文件大小: 15.77 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:将粒子群算法与BP神经网络结合用于BP神经网络的训练,即优化网络中的连接权值和各项阈值。输入变量选择风速,风向角的余弦值及正弦值,输出变量选择风电功率。利用某风电场过去一年的实测数据作为训练样本,基于MATLAB编写PSO-BP算法进行风电功率预测。


English Description:

Particle swarm optimization (PSO) and BP neural network (BP neural network) are combined to train BP neural network, that is to optimize the connection weights and thresholds in the network. The input variable is wind speed, cosine and sine of wind direction angle, and the output variable is wind power. Using the measured data of a wind farm in the past year as training samples, PSO-BP algorithm is compiled based on MATLAB to predict wind power.


代码预览

相关推荐