• Tidak ada hasil yang ditemukan

ELECTRICITY FORECASTING

N/A
N/A
Protected

Academic year: 2024

Membagikan "ELECTRICITY FORECASTING"

Copied!
54
0
0

Teks penuh

(1)

ELECTRICITY FORECASTING FOR SMALL SCALE POWER SYSTEM USING ARTIFICIAL NEURAL NETWORK

By

SAL WA BINTI SOLAHUDDIN

FINAL REPORT

Submitted to the Electrical and Electronics Engineering Programme In Partial Fulfillments of the Requirements

for the Degree

Bachelor of Engineering (Hons) (Electrical & Electronics Engineering)

MAY2011

Universiti Teknologi PETRONAS Bandar Seri Iskandar

31750 Tronoh Perak Darul Ridzuan

©Copyright 2011 by

Salwa Binti Solahuddin, 20 II

(2)

CERTIFICATION OF APPROVAL

ELECTRICITY FORECASTING FOR SMALL SCALE POWER SYSTEM USING ARTIFICIAL NEURAL NETWORK

Approved:

by

Salwa Binti Solahuddin

A project dissertation submitted to the Electrical & Electronics Engineering Programme

Universiti Teknologi PETRONAS in partial fulfilment of the requirement for the

Bachelor of Engineering (Hons) (Electrical & Electronics Engineering)

OR. ZUHP.!nl f::l./\HP.,GUC'lN

Dr. Zuhairi Hj. Baharudin Project Supervisor

. Senior Le~..:t~.w (

1 t Electric::d g ::-, ".::i cnic Eng! neG ring Depar men Univer?.!i.i ·-r-:·· PETRONl~S

31750 Trc. · 1K D8Hil fi\·:lzuan Tel: 05R3~k ... _.. ' :<:-0 7.-:1-43

UNIVERSITI TEKNOLOGI PETRONAS TRONOH, PERAK

May 2011

II

(3)

CERTIFICATION OF ORIGINALITY

This is to certifY that I am responsible for the work submitted in this project, that the original work is my own except as specified in the references and acknowledgements, and that the original work contained herein have not been undertaken or done by unspecified sources or persons.

Salwa Binti Solahuddin

111

(4)

ABSTRACT

This project presents a practical short term load forecasting (STLF) for small scale power system using artificial neural network (ANN) method. The project applies a generic three-layered feedforward network. The network is trained in a supervised manner and used backpropagation as a learning teclmique.

In addition, a configuration consisting of a hidden layer that uses a hyperbolic tangent sigmoid transfer function and the output layer with a pure linear transfer function is applied. Gas District Cooling (GDC) is chosen as a case study for small scale power system since this plant was designed to produce electrical power supply and chilled water for Universiti Teknologi PETRONAS (UTP) campus and in-plant use. As a sole customer of GDC power plant, the load data from 2006 till 20 I 0 are gathered and utilized for model developments. There are two models developed based on UTP normal operating semester (Semester On) and during break (Semester Off). The developed models can forecast electricity load for the one week ahead. The computation experimental of the proposed network applies MATLAB software and its toolbox. The mean absolute percentage error (MAPE) is used as the measurement for the forecasting performance. At the end of this project, the proposed method using ANN manages to get average MAPE of 6.72 % for Model I (Semester Off) and 3.92 % for Model 2 (Semester On) which is considered relatively good result.

IV

(5)

ACKNOWLEDGEMENTS

In the name of Allah, the .Most Gracious, the Most Merc!fiil.

I would like to express the deepest appreciation to my supervisor, Dr.

Zuhairi Hj Baharudin, Lecturer of Electrical & Electronic Department, UTP. The supervision and support he gave truly help me throughout completing this project.

He has guided and corrected various documents of mine with attention and care.

I am heartily thankful to my co-supervisor, Ir Mohd Fatimie Irzaq Khamis, Senior Electrical Executive of Maintenance Department, UTP, whose encouragement, guidance and support from the initial to the final level enable me to develop an understanding of this project.

Special thanks to Gas District Cooling (GDC) power plant for their generosity in providing the historical UTP daily load data. This project would not have been possible without the invaluable data provided.

I sincerely thank Maryam Jamela Ismail and Muhammad Hanif Amaran for all their valuable assistance in this project.

Lastly, I offer my regards and blessings to all of those who supported me in any respect during the completion of the project.

v

(6)

TABLE OF CONTENTS

LIST OF TABLES ... . . ... Vlll

LIST OF FIGURES ... _ ... __ _ ... LX

CHAPTER 1 INTRODUCTION ... __ . . ... . ... . --·--- - .. 1

U Background of Study ... . ..1

1.2 Problem Statement... __ -- --- -- -- -- . .2

1.3 Objectives ... . ... .3

1.4 Scope of Work. ... --- ... .3

1.5 Significance ofStudy ... . . . .3

CHAPTER2LITERATUREREVIEW ... ... --- --- ---- .. .4

2.1 Artificial Neural Network ... _____ ... . - --- . .A 2.1. 1 Network Architecture ... . . ... 8

2.1.2 Network Training._. _______ ... . ... 10

2.1.3 Network Learning . ... . -- .. -.11

2.2 Data Collected From GDC .12 2.3 Data Analysis ... . . .... 13

CHAPTER 3 METHODOLOGY ... . .... 15

3 .1 Research Methodology .. 3.2 Procedure Identification ··· ... 15

... 16

3.2.1 UTP load data gathering ... . . .. 17

3.2.2 Forecast model development ... ... . . .... 17

3.2.3 UTP data treatment.. __ ... . . ... 18

3.2.4Model training ... ... . ... 19

3. 2. 5 Model validation ..... . . ... 20

3.2.6Model testing ... ... . . ... 20

3. 2. 7 Forecast Model ... ... . --- ... 21

VI

(7)

3.2.8 MAP E. ... ... 21

3.3 User-friendly Features ... . . ... 22

3.4 Project Duration ... . ··· .. 23

3.5 Tool Required ... . . ... 23

CHAPTER 4 RESULTS & DISCUSSION ... .. . . ... 24

4. 1 Results. . . . . . . . ... . . ... 24

4.2 Discussion ... . . .. 28

CHAPTER 5 CONCLUSIONS & RECOMMENDATIONS... . ... 29

5.1 Conclusions.. . ... . . ... 29

5.2 Recommendations ... . . ... 30

REFERENCES ... . . ... 31

Appendix A UTP ACADEMIC CALENDAR.... . ... 35

Appendix B MATLAB CODING FOR MODEL 1 40 Appendix C MATLAB CODING FOR MODEL 2 ... . . . .42

Appendix D MATLAB CODING FOR USER-FRIENDLY FEATURES ... 44

Appendix E GANTT CHART ... .45

VII

(8)
(9)
(10)
(11)
(12)
(13)
(14)
(15)
(16)
(17)
(18)
(19)
(20)
(21)
(22)
(23)
(24)
(25)
(26)
(27)
(28)
(29)
(30)
(31)
(32)
(33)
(34)
(35)
(36)
(37)
(38)
(39)
(40)
(41)
(42)
(43)
(44)
(45)
(46)
(47)
(48)
(49)
(50)
(51)
(52)
(53)
(54)

Referensi

Dokumen terkait

Neural network with back propagation application was used to conduct long-term electricity load forecasting in Indonesia [3].. The method was used to predict peak load which

Hence, as this research observes residential electricity consumption trend in Indonesia, the study tries to obtain several findings on it as follows: forecasting

CERTIFICATION OF APPROVAL Modelling Cuttings Transport Mechanism in Horizontal Well Approved by, by Mohamad Hafizuddin B Mahad A project dissertation submitted to the Petroleum

i CERTIFICATION OF APPROVAL Shear Strengthening of Reinforced Concrete RC T-beams By Nor Asnida Binti Md Husin 16957 A project dissertation submitted to the Civil Engineering

CERTIFICATION OF APPROVAL Effect of Water Depth on the Behaviour of Triangular Tension Leg Platform TLP Approved by, by Mohd Azim bin Mohd Khalid A project dissertation submitted

Approved: CERTIFICATION OF APPROVAL SMART DETECTION FOR HIGH WATER LEVEL by Nurul Ain Abd Rahman A project dissertation submitted to the Electrical & Electronics Engineering

CERTIFICATION OF APPROVAL Experimenting the Effectiveness of Rip Rap Rocks as an Energy Dissipator Approved by, by Ahmad Wariz bin Abd Wahid A project dissertation submitted

CERTIFICATION OF APPROVAL Extended Numerical Analysis on Gas Turbine Gas Cooling Approved by, by WEE TIA T DONG A project dissertation submitted to the Mechanical Engineering