TL;DR
This paper evaluates various deep learning models, including RNNs, LSTMs, bidirectional and encoder-decoder architectures, for multi-step ahead univariate time series prediction, highlighting their relative strengths and weaknesses.
Contribution
It provides a comprehensive comparison of deep learning models for multi-step time series forecasting, including new insights into bidirectional and encoder-decoder LSTM performance.
Findings
Bidirectional LSTM outperforms other models in accuracy.
Encoder-decoder LSTM achieves the best multi-step prediction results.
Deep learning models generally outperform traditional neural networks.
Abstract
Time series prediction with neural networks has been the focus of much research in the past few decades. Given the recent deep learning revolution, there has been much attention in using deep learning models for time series prediction, and hence it is important to evaluate their strengths and weaknesses. In this paper, we present an evaluation study that compares the performance of deep learning models for multi-step ahead time series prediction. The deep learning methods comprise simple recurrent neural networks, long short-term memory (LSTM) networks, bidirectional LSTM networks, encoder-decoder LSTM networks, and convolutional neural networks. We provide a further comparison with simple neural networks that use stochastic gradient descent and adaptive moment estimation (Adam) for training. We focus on univariate time series for multi-step-ahead prediction from benchmark time-series…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory
