Skip to content

time series forecasting using keras, inlcuding LSTM,RNN,MLP,GRU,SVR and multi-lag training and forecasting method, ICONIP2017 paper.

Notifications You must be signed in to change notification settings

zhangxu0307/time-series-forecasting-keras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ef2ca52 · Apr 22, 2019

History

6 Commits
Apr 22, 2019
Apr 22, 2019
Mar 4, 2019
Oct 19, 2017
Apr 22, 2019
Apr 22, 2019
Mar 4, 2019
Apr 22, 2019
Apr 22, 2019
Apr 22, 2019
Mar 4, 2019
Mar 4, 2019
Apr 22, 2019
Apr 22, 2019
Mar 4, 2019
Mar 4, 2019
Mar 4, 2019

Repository files navigation

time-series-forecasting-keras

The experimental source code of Paper: Time Series Forecasting using GRU Neural Network with Multi-lag after Decomposition, ICONIP 2017. paper, HomePage

Requirements

  • python 3.6.3 (Anaconda)
  • keras 2.1.2
  • tensorflow-gpu 1.13.1
  • sklearn 0.19.1
  • numpy 1.15.4
  • pandas 0.23.4
  • statsmodels 0.8.0
  • matplotlib 2.1.0

Model

  • LSTM
  • GRU
  • RNN
  • MLP
  • SVR
  • ARIMA
  • time series decomposition

Code

  • data
  • models
    • decompose.py: time series decomposition
    • MLP.py: MLP network
    • RNNS.py: RNN faimily network, including RNN, LSTM, GRU
    • SVR.py: SVR model
  • naive_MLP_forecasting.py
  • naive_RNN_forecasting.py
  • naive_SVR_forecasting.py
  • decompose_MLP_forecasting.py
  • decompose_RNN_forecasting.py
  • decompose_SVR_forecasting.py
  • ARIMA.py (to do)
  • util.py: load data, pre-processe time series, including multi-lag sampling
  • eval.py: calculate the metrics
  • subseries_plot.py: plot figure of time series decomposition

About

time series forecasting using keras, inlcuding LSTM,RNN,MLP,GRU,SVR and multi-lag training and forecasting method, ICONIP2017 paper.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages