Skip to content

This repository is part of my thesis on short-term load forecasting using LSTM neural networks.

License

Notifications You must be signed in to change notification settings

Athanasion/STLF-Thesis

Repository files navigation

An LSTM Approach to Short-Term Load Forecasting

(c) 2023 Nikolaos Athanasiou

Description

This repository is part of my thesis on prediction of energy demand using LSTM based neural network models. The source code of this entire research project is available for public use under the MIT License.

Included are python notebook files that account for every distinct stage of the implementation, including the Visualization, Preprocessing and Feature Extraction, Experiments, Final Model and Results phases.

Results

The forecasting of the unseen testing data below shows the prediction performance of the proposed model in comparison to the actual load values (MAPE 2.67%).

results Daily aggregated load forecast on the testing set (2019).

Notebooks

Visualization The notebook reads the data (energy consumption, weather data) and illustrates the time series using various graphical representations.

Preprocessing & Feature Extraction Application of data cleaning, scaling, and augmentation to the original data. Feature extraction is performed here in order to create the input and output feature vectors, as well as splitting the data into training, validation, and testing sets.

Experiments Multiple experiments are conducted including different configurations of neurons and layers, in order to converge to an efficient LSTM model architecture with low forecasting error.

Final Model & Results The training of the final model is performed and statistical results are calculated to evaluate the forecasting performance. Graphical figures are included containing the actual and forecasted load curves for visual comparison.

Full Project The notebook represents all unique sections of the entire project in chronological order in terms of execution.

Data

Consumption Data Contains the hourly electricity consumption data for Spain for the years 2015 - 2019.

Weather Data Contains hourly weather data of Spain for the years 1980 - 2019.

Models

This is the directory where the files of the saved model weights will be stored for each trained artificial neural network, including the models from the experiments stage.

Model Weights The saved weights of the final optimized CNN-LSTM load forecasting model.

Contact

About

This repository is part of my thesis on short-term load forecasting using LSTM neural networks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published