• This repository has been archived on 19/Mar/2021
  • Stars
    star
    328
  • Rank 127,713 (Top 3 %)
  • Language
    Python
  • Created about 6 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Dual-Stage Attention-Based Recurrent Neural Net for Time Series Prediction

Dual-Stage Attention-Based Recurrent Neural Net for Time Series Prediction based off this blog post by Chandler Zuo. I've extended the code to work for multi-variate time-series and added some pre-processing, but given I'm basically copying the code from his post, the copyright probably belongs to him.

The most recent branch, which uses the PyTorch JIT, is called jit.

There is a different implementation by Zhenye-Na, but from what I can tell, it's only single-variate.