DA-RNN: Recurrent Neural Network Based on Two-Stage Attention Mechanism
Author: Occam’s Razor Personal Blog: https://blog.csdn.net/yilulvxing Paper Link: https://arxiv.org/abs/1704.02971 Github Code Link: https://github.com/LeronQ/DA-RNN The paper is titled “Recurrent Neural Network Based on Two-Stage Attention Mechanism”. Essentially, the article is based on the Seq2Seq model, combined with an attention mechanism to realize time series prediction methods. A major highlight of the article is that it introduces … Read more