On Short-Term Load Forecasting Using Machine Learning Techniques

On Short-Term Load Forecasting Using Machine Learning Techniques
Title On Short-Term Load Forecasting Using Machine Learning Techniques PDF eBook
Author Behnam Farsi
Publisher
Pages 0
Release 2021
Genre
ISBN

Download On Short-Term Load Forecasting Using Machine Learning Techniques Book in PDF, Epub and Kindle

Since electricity plays a crucial role in industrial infrastructures of countries, power companies are trying to monitor and control infrastructures to improve energy management, scheduling and develop efficiency plans. Smart Grids are an example of critical infrastructure which can lead to huge advantages such as providing higher resilience and reducing maintenance cost. Due to the nonlinear nature of electric load data there are high levels of uncertainties in predicting future load. Accurate forecasting is a critical task for stable and efficient energy supply, where load and supply are matched. However, this non-linear nature of loads presents significant challenges for forecasting. Many studies have been carried out on different algorithms for electricity load forecasting including; Deep Neural Networks, Regression-based methods, ARIMA and seasonal ARIMA (SARIMA) which among the most popular ones. This thesis discusses various algorithms analyze their performance for short-term load forecasting. In addition, a new hybrid deep learning model which combines long short-term memory (LSTM) and a convolutional neural network (CNN) has been proposed to carry out load forecasting without using any exogenous variables. The difference between our proposed model and previously hybrid CNN-LSTM models is that in those models, CNN is usually used to extract features while our proposed model focuses on the existing connection between LSTM and CNN. This methodology helps to increase the model's accuracy since the trend analysis and feature extraction process are accomplished, respectively, and they have no effect on each other during these processes. Two real-world data sets, namely "hourly load consumption of Malaysia" as well as "daily power electric consumption of Germany", are used to test and compare the presented models. To evaluate the performance of the tested models, root mean squared error (RMSE), mean absolute percentage error (MAPE) and R-squared were used. The results show that deep neural networks models are good candidates for being used as short-term prediction tools. Moreover, the proposed model improved the accuracy from 83.17\% for LSTM to 91.18\% for the German data. Likewise, the proposed model's accuracy in Malaysian case is 98.23\% which is an excellent result in load forecasting. In total, this thesis is divided into two parts, first part tries to find the best technique for short-term load forecasting, and then in second part the performance of the best technique is discussed. Since the proposed model has the best performance in the first part, this model is challenged to predict the load data of next day, next two days and next 10 days of Malaysian data set as well as next 7 days, next 10 days and next 30 days of German data set. The results show that the proposed model also has performed well where the accuracy of 10 days ahead of Malaysian data is 94.16\% and 30 days ahead of German data is 82.19\%. Since both German and Malaysian data sets are highly aggregated data, a data set from a research building in France is used to challenge the proposed model's performance. The average accuracy from the French experiment is almost 77\% which is reasonable for such a complex data without using any auxiliary variables. However, as Malaysian data and French data includes hourly weather data, the performance of the model after adding weather is evaluated to compare them before using weather data. Results show that weather data can have a positive influence on the model. These results show the strength of the proposed model and how much it is stable in front of some challenging tasks such as forecasting in different time horizons using two different data sets and working with complex data.

Short-Term Load Forecasting using Machine Learning Methods

Short-Term Load Forecasting using Machine Learning Methods
Title Short-Term Load Forecasting using Machine Learning Methods PDF eBook
Author Sylwia Henselmeyer
Publisher Logos Verlag Berlin GmbH
Pages 218
Release 2024-10-08
Genre Science
ISBN 3832582207

Download Short-Term Load Forecasting using Machine Learning Methods Book in PDF, Epub and Kindle

Maintaining the balance between generation and consumption is at the heart of electricity grid operation. A disruption to this balance can lead to grid overloads, outages, system damage, rising electricity costs or wasted electricity. For this reason, accurate forecasting of load behavior is crucial. In this work, two classes of ML-based algorithms were used for load forecasting: the Hidden Markov Models (HMMs) and the Deep Neural Networks (DNNs), both of which provide stable and more accurate results than the considered benchmark methods. HMMs could be successfully used as a stand-alone predictor with a training based on Maximum Likelihood Estimation (MLE) in combination with a clustering of the training data and an optimized Viterbi algorithm, which are the main differences to other HMM-related load forecasting approaches in the literature. Adaptive online training was developed for DNNs to minimize training times and create forecasting models that can be deployed faster and updated as often as necessary to account for the increasing dynamics in power grids related to the growing share of installed renewables. In addition, the flexible and powerful encoder-decoder architecture was used, which helped to minimize the forecast error compared to simpler DNN architectures such as Convolutional Neural Networks (CNNs), Recurrent Neural Networks (RNNs), Long Short-Term Memory networks (LSTMs) and others.

Short-Term Load Forecasting by Artificial Intelligent Technologies

Short-Term Load Forecasting by Artificial Intelligent Technologies
Title Short-Term Load Forecasting by Artificial Intelligent Technologies PDF eBook
Author Wei-Chiang Hong
Publisher MDPI
Pages 445
Release 2019-01-29
Genre Computers
ISBN 3038975826

Download Short-Term Load Forecasting by Artificial Intelligent Technologies Book in PDF, Epub and Kindle

This book is a printed edition of the Special Issue "Short-Term Load Forecasting by Artificial Intelligent Technologies" that was published in Energies

Forecasting and Assessing Risk of Individual Electricity Peaks

Forecasting and Assessing Risk of Individual Electricity Peaks
Title Forecasting and Assessing Risk of Individual Electricity Peaks PDF eBook
Author Maria Jacob
Publisher Springer Nature
Pages 108
Release 2019-09-25
Genre Mathematics
ISBN 303028669X

Download Forecasting and Assessing Risk of Individual Electricity Peaks Book in PDF, Epub and Kindle

The overarching aim of this open access book is to present self-contained theory and algorithms for investigation and prediction of electric demand peaks. A cross-section of popular demand forecasting algorithms from statistics, machine learning and mathematics is presented, followed by extreme value theory techniques with examples. In order to achieve carbon targets, good forecasts of peaks are essential. For instance, shifting demand or charging battery depends on correct demand predictions in time. Majority of forecasting algorithms historically were focused on average load prediction. In order to model the peaks, methods from extreme value theory are applied. This allows us to study extremes without making any assumption on the central parts of demand distribution and to predict beyond the range of available data. While applied on individual loads, the techniques described in this book can be extended naturally to substations, or to commercial settings. Extreme value theory techniques presented can be also used across other disciplines, for example for predicting heavy rainfalls, wind speed, solar radiation and extreme weather events. The book is intended for students, academics, engineers and professionals that are interested in short term load prediction, energy data analytics, battery control, demand side response and data science in general.

Recurrent Neural Networks for Short-Term Load Forecasting

Recurrent Neural Networks for Short-Term Load Forecasting
Title Recurrent Neural Networks for Short-Term Load Forecasting PDF eBook
Author Filippo Maria Bianchi
Publisher Springer
Pages 74
Release 2017-11-09
Genre Computers
ISBN 3319703382

Download Recurrent Neural Networks for Short-Term Load Forecasting Book in PDF, Epub and Kindle

The key component in forecasting demand and consumption of resources in a supply network is an accurate prediction of real-valued time series. Indeed, both service interruptions and resource waste can be reduced with the implementation of an effective forecasting system. Significant research has thus been devoted to the design and development of methodologies for short term load forecasting over the past decades. A class of mathematical models, called Recurrent Neural Networks, are nowadays gaining renewed interest among researchers and they are replacing many practical implementations of the forecasting systems, previously based on static methods. Despite the undeniable expressive power of these architectures, their recurrent nature complicates their understanding and poses challenges in the training procedures. Recently, new important families of recurrent architectures have emerged and their applicability in the context of load forecasting has not been investigated completely yet. This work performs a comparative study on the problem of Short-Term Load Forecast, by using different classes of state-of-the-art Recurrent Neural Networks. The authors test the reviewed models first on controlled synthetic tasks and then on different real datasets, covering important practical cases of study. The text also provides a general overview of the most important architectures and defines guidelines for configuring the recurrent networks to predict real-valued time series.

Smart Meter Data Analytics

Smart Meter Data Analytics
Title Smart Meter Data Analytics PDF eBook
Author Yi Wang
Publisher Springer Nature
Pages 306
Release 2020-02-24
Genre Business & Economics
ISBN 9811526249

Download Smart Meter Data Analytics Book in PDF, Epub and Kindle

This book aims to make the best use of fine-grained smart meter data to process and translate them into actual information and incorporated into consumer behavior modeling and distribution system operations. It begins with an overview of recent developments in smart meter data analytics. Since data management is the basis of further smart meter data analytics and its applications, three issues on data management, i.e., data compression, anomaly detection, and data generation, are subsequently studied. The following works try to model complex consumer behavior. Specific works include load profiling, pattern recognition, personalized price design, socio-demographic information identification, and household behavior coding. On this basis, the book extends consumer behavior in spatial and temporal scale. Works such as consumer aggregation, individual load forecasting, and aggregated load forecasting are introduced. We hope this book can inspire readers to define new problems, apply novel methods, and obtain interesting results with massive smart meter data or even other monitoring data in the power systems.

Electrical Load Forecasting

Electrical Load Forecasting
Title Electrical Load Forecasting PDF eBook
Author S.A. Soliman
Publisher Elsevier
Pages 441
Release 2010-05-26
Genre Business & Economics
ISBN 0123815444

Download Electrical Load Forecasting Book in PDF, Epub and Kindle

Succinct and understandable, this book is a step-by-step guide to the mathematics and construction of electrical load forecasting models. Written by one of the world’s foremost experts on the subject, Electrical Load Forecasting provides a brief discussion of algorithms, their advantages and disadvantages and when they are best utilized. The book begins with a good description of the basic theory and models needed to truly understand how the models are prepared so that they are not just blindly plugging and chugging numbers. This is followed by a clear and rigorous exposition of the statistical techniques and algorithms such as regression, neural networks, fuzzy logic, and expert systems. The book is also supported by an online computer program that allows readers to construct, validate, and run short and long term models. Step-by-step guide to model construction Construct, verify, and run short and long term models Accurately evaluate load shape and pricing Creat regional specific electrical load models