Using RNN for Long-Term Time Series Forecasting

Using RNN for Long-Term Time Series Forecasting

↑↑↑ Follow for “Star Mark“Kaggle Competition Guide Kaggle Competition Guide Author: Fareise, excerpted from Yuan Yuan’s Algorithm Notes Using RNN for Long-Term Time Series Forecasting, Is It Better Than Transformer SOTA? This article introduced today comes from South China University of Technology, proposing an RNN-based long-term time series forecasting model that outperforms the SOTA Transformer … Read more

Do RNN and LSTM Have Long-Term Memory?

Do RNN and LSTM Have Long-Term Memory?

This article introduces the ICML 2020 paper “Do RNN and LSTM have Long Memory?“. The authors of the paper are from Huawei Noah’s Ark Lab and the University of Hong Kong.. Author | Noah’s Ark Lab Editor | Cong Mo Paper link: https://arxiv.org/abs/2006.03860 1 Introduction To overcome the difficulties of Recurrent Neural Networks (RNNs) in … Read more

Understanding RNN (Recurrent Neural Networks)

Understanding RNN (Recurrent Neural Networks)

0. Introduction After reading many blog posts and tutorials about RNN online, I felt they were all the same, providing a vague understanding but failing to explain it clearly. RNN is the foundation of many complex models, and even in transformers, you can see the influence of RNN, so it is essential to have a … Read more