发电厂及电力系统毕业论文

  • 格式:doc
  • 大小:928.50 KB
  • 文档页数:55

下载文档原格式

  / 55
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

大学

毕业论文

电力系统短期负荷预测

姓名:

学号:

年级:

指导教师:

目录

中文摘要: (1)

英文摘要: (2)

1绪论 (3)

1.1 短期负荷预测的目的和意义 (3)

1.2电力系统负荷预测的特点和基本原理 (4)

1.2.1电力负荷预测的特点 (4)

1.2.2电力负荷预测的基本原理 (4)

1.3 国外研究的现状 (5)

1.3.1 传统负荷预测方法 (6)

1.3.2 现代负荷预测方法 (6)

1.4 神经网络应用于短期负荷预报的现状 (8)

1.5 本文的主要工作 (8)

2最小二乘法 (10)

2.1 最小二乘法原理 (10)

2.2 多项式拟合具体算法 (10)

2.3多项式拟合的步骤 (11)

2.4 电力系统短期负荷预测误差 (12)

2.4.1 误差产生的原因 (12)

2.4.2 误差表示和分析方法 (12)

2.4.3 拟合精度分析 (13)

3基于神经网络的短期负荷预测 (15)

3.1 人工神经网络 (15)

3.1.1 人工神经网络的基本特点 (15)

3.2 BP网络的原理、结构 (15)

3.2.1网络基本原理 (15)

3.2.2 BP神经网络的模型和结构 (16)

3.2.3 BP网络的学习规则 (16)

3.3 BP算法的数学描述 (17)

3.3.1信息的正向传递 (17)

3.3.2 利用梯度下降法求权值变化及误差的反向传播 (17)

3.4 BP网络学习具体步骤 (18)

3.5 标准BP神经网络模型的建立 (19)

3.5.1 输入输出变量 (19)

3.5.2 网络结构的确定 (19)

3.5.3 传输函数 (20)

3.5.4 初始权值的选取 (21)

3.5.5 学习数率 (22)

3.5.6 预测前、后数据的归一化处理 (22)

3.6 附加动量的BP神经网络 (22)

3.6.1 标准BP算法的限制与不足 (22)

3.6.2 附加动量法 (23)

4算例分析 (25)

4.1 负荷数据 (25)

4.1.1 14天实际的负荷数据 (25)

4.1.2 归一化后的负荷数据 (27)

4.2 两个模型仿真后的结果分析 (30)

4.3 两种模型拟合精度分析 (37)

4.4 附加动量法 (39)

结论 (40)

谢辞 (41)

参考文献 (42)

附录1 最小二乘法的MATLAB程序 (44)

附录2 标准BP神经网络的MATLAB程序 (46)

附录3 附加动量法的MATLAB程序 (49)

电力系统短期负荷预测

摘要:电力系统负荷预测是电力生产部门的重要工作之一。准确的负荷预测,可以合理安排机组启停,减少备用容量,合理安排检修计划及降低发电成本等。

准确的预测,特别是短期负荷预测对提高电力经营主体的运行效益有直接的

作用,对电力系统控制、运行和计划都有重要意义。因此,针对不同场合需要寻求有效的负荷预测方法来提高预测精度。本文采用神经网络方法对电力系统短期负荷进行预测。本文主要介绍了电力负荷预测的主要方法和神经网络的原理、结构,分析了反向传播算法,建立三层人工神经网络模型进行负荷预测,并编写相关程序。与此同时采用最小二乘法进行对比,通过对最小二乘法多项式拟合原理的学习,建立模型编写相关程序。通过算例对两种模型绝对误差、相对误差、拟合精度进行分析,同时比较它们训练时间,得出标准BP神经网络具有更好的精度优势但训练速度较慢。最后针对标准BP神经网络训练速度慢、容易陷入局部最小值等缺点,对标准BP神经网络程序运用附加动量法进行修改,分析改进后网络的优点。

关键词:短期负荷预测, 标准BP神经网络,最小二乘法,附加动量法

The Short-Term Load Forecasting of

the power system

Abstract:Power system load forecasting is one of the most important work of the electricity production sector. The accurate load

forecasting can arrange unit start-stop, reduce the spare capacity,

reasonable arrangement of the maintenance plan and reduce power cost,

etc. It has a direct effect on the running efficiency of the power

management entities and also has the important meaning in the power

system control, operation and planning. So it is important to find

effective method to enhance forecast precision for different

occasions. In this paper the neural network is used for the short-term

load forecasting of the power system. This article introduces the

method of the power load forecasting and the principles, structure,

back-propagation algorithm of the neural network. Then the

three-layer artificial neural network model is created for load

forecasting and the program is written. At the same time, the least

square method is used for comparing. By learning the polynomial

fitting principle of the square method, the model is created and the

program is written. Through comparing the absolute error, the

relative error, the fitting precision and their training time of the

two models, the BP neural network is proved to have better accuracy

but slower training speed. Due to the standard BP neural network has

slower training speed, easy to fall into the local minimum value and

other shortcoming, the additional momentum method is used to modify

the standard BP neural network and the advantage of the improved

network is concluded.

Keywords:Short-term load forecasting Standard BP neural network Least squares method Additional momentum method

1 绪论