A Comparative Analysis of Forecasting Financial Time Series Using ARIMA, LSTM, and BiLSTM
Sima Siami-Namini, Neda Tavakoli, Akbar Siami Namin

TL;DR
This paper compares the effectiveness of ARIMA, LSTM, and BiLSTM models in forecasting financial time series, finding that BiLSTM models outperform the others but require more training time.
Contribution
It provides a behavioral analysis comparing BiLSTM and LSTM models, highlighting the benefits of additional training and bidirectional architecture for time series prediction.
Findings
BiLSTM models outperform LSTM and ARIMA in prediction accuracy.
BiLSTM models require more training time to reach equilibrium.
Additional training enhances BiLSTM's predictive performance.
Abstract
Machine and deep learning-based algorithms are the emerging approaches in addressing prediction problems in time series. These techniques have been shown to produce more accurate results than conventional regression-based modeling. It has been reported that artificial Recurrent Neural Networks (RNN) with memory, such as Long Short-Term Memory (LSTM), are superior compared to Autoregressive Integrated Moving Average (ARIMA) with a large margin. The LSTM-based models incorporate additional "gates" for the purpose of memorizing longer sequences of input data. The major question is that whether the gates incorporated in the LSTM architecture already offers a good prediction and whether additional training of data would be necessary to further improve the prediction. Bidirectional LSTMs (BiLSTMs) enable additional training by traversing the input data twice (i.e., 1) left-to-right, and 2)…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsStock Market Forecasting Methods · Energy Load and Power Forecasting · Neural Networks and Applications
MethodsSigmoid Activation · Tanh Activation · Bidirectional LSTM · Long Short-Term Memory
