Abstract
Forecasting energy consumption is vital for smart grid operations to manage demand, plan loads, and optimize grid operations. This work aims at reviewing and experimentally evaluating six univariate deep learning architectures to forecast load for a single household using a real-world dataset. Multi-layer perceptron (MLP), Convolutional neural network (CNN) and recurrent neural networks (Simple RNN, Long Short Term Memory (LSTM)) were the neural network methods that were analysed along with robust LSTM architectures like Bidirectional LSTM and CNN-LSTM Hybrid. All the models were tuned using Bayesian optimization and evaluated using root mean squared error (RMSE) as the metric. In addition to neural network models, Seasonal ARIMA (SARIMA) a statistical model is also presented to observe the performance. As a result, Bi-directional LSTM was observed to have achieved the best performance with the smallest value of RMSE; however, it was also observed that differences in performances between other neural network models were quite low, especially between the RNN architectures. Additionally, although machine learning methods performed better than SARIMA the former model was more complex and computationally intensive.
Original language | English |
---|---|
Title of host publication | Proceedings of 2023 IEEE PES Innovative Smart Grid Technologies Europe, ISGT EUROPE 2023 |
Publisher | IEEE |
Number of pages | 5 |
ISBN (Electronic) | 9798350396782 |
DOIs | |
Publication status | Published - 2023 |
Event | 2023 IEEE PES Innovative Smart Grid Technologies Europe, ISGT EUROPE 2023 - Grenoble, France Duration: 23 Oct 2023 → 26 Oct 2023 |
Publication series
Name | IEEE PES Innovative Smart Grid Technologies Conference Europe |
---|
Conference
Conference | 2023 IEEE PES Innovative Smart Grid Technologies Europe, ISGT EUROPE 2023 |
---|---|
Country/Territory | France |
City | Grenoble |
Period | 23/10/23 → 26/10/23 |
Bibliographical note
Green Open Access added to TU Delft Institutional Repository ‘You share, we take care!’ – Taverne project https://www.openaccess.nl/en/you-share-we-take-careOtherwise as indicated in the copyright section: the publisher is the copyright holder of this work and the author uses the Dutch legislation to make this work public.
Keywords
- deep learning
- electric load forecasting
- smart grid
- time-series forecasting
- univariate