Larix / Peak-Load-Forecasting

A self-study exercise for the first time series predictions

Home Page:https://medium.com/@larix/time-series-predictions-notes-236683b1e81e

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Peak-Load-Forecasting

Using some ways to predict peak load value.

Autoregressive Integrated Moving Average model(ARIMA):

I try it to predict specific weekday (ex:trained by every Monday or Tuesday etc...)

image image

LSTM:

I use lstm to predict long times data (trained by consecutive days)

image image

About

A self-study exercise for the first time series predictions

https://medium.com/@larix/time-series-predictions-notes-236683b1e81e


Languages

Language:Python 100.0%