Skip to content

Time-series analysis of the electricity load consumption in the Mumbai Metropolitan Region.

Notifications You must be signed in to change notification settings

kanch91/project-energy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8f97f39 · Jun 27, 2021

History

41 Commits
Jan 25, 2021
Apr 10, 2021
Nov 28, 2020
Apr 10, 2021
Nov 26, 2020
Nov 28, 2020
Jun 27, 2021
Apr 5, 2021
Apr 5, 2021
Apr 10, 2021
Apr 7, 2021
Apr 4, 2021
Apr 5, 2021
Apr 4, 2021
Apr 5, 2021
Apr 5, 2021
Apr 5, 2021
Apr 5, 2021
Apr 5, 2021
Apr 5, 2021
Apr 5, 2021
Apr 5, 2021
Apr 5, 2021
Feb 8, 2021
Feb 6, 2021

Repository files navigation

project-energy

This project is for analysing the time-series algorithms via a study of electricity load forecasting on univariate and multivariate datasets in the MM Region using various classical/moving averages (SMA, WMA, CMA, EMA), exponential smoothing methods (SES, DES, TES), statistical models (ARIMA, SARIMAX) & DL models (LSTM, GRU, RNN) for univariate and multivariate datasets using Keras API

Datasets

It is divided into two primary datasets:

  • Univariate dataset having only the load
  • Multivariate dataset having weather (Temperature, Dew Point, Humiditiy, Wind Speed, Pressure) as well as the load

Models

Each of the dataset forecasts using the following methods:

  • Classical Methods: SMA, WMA, CMA, EMA
  • Exponential Methods: SES, DES, TES
  • Deep Learning Models: LSTM, GRU, RNN
  • Statistical Models: ARIMA, SARIMAX