Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.13 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.13 KB

Forecasting in Microgrids using Machine Learning

Forecasting Demand & Supply in a renewable energy microgrid: Using Machine Learning models: LSTM (Long short-term memory), GRU (Gated recurrent unit) & RNN (Recurrent neural network). The data is real-world, sourced from the Green Energy Park in Brussels. Used shallow architecture but can be edited for deep learning.

Data Exploration

alt text Note that the notebooks have additional exploration techniques such as Rolling Average, Differencing, Normal Distributio, Scatter Plots and other useful diagrams. Each gives insight into the chosen model architecture.

Autocorrelation

alt text

Results

alt text

Useful tip

alt text

Note: My master thesis details the exploration and analysis, feel free to message me for details.