Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1005 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 1005 Bytes

PyTorch Time Series Forecasting

Contributions of this repository

  • PyTorch implementation on popular neural network time series forecasting solutions
  • beginner friendly: comments with tensor dimensions

Algorithms

  • Seq2Seq
  • WaveNet

Examples

  • seq2seq: ./examples/M5-forecasting-seq2seq.ipynb seq2seq diagram

  • WaveNet: ./examples/M5-forecasting-wavenet.ipynb

Reference