paper-with-me

Papers

A Comparative Analysis of Forecasting Financial Time Series Using ARIMA, LSTM, and BiLSTM

2019-11-21 · Sima Siami-Namini, Neda Tavakoli, Akbar Siami Namin

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) right-to-left). The research question of interest is then whether BiLSTM, with additional training capability, outperforms regular unidirectional LSTM. This paper reports a behavioral analysis and comparison of BiLSTM and LSTM models. The objective is to explore to what extend additional layers of training of data would be beneficial to tune the involved parameters. The results show that additional training of data and thus BiLSTM-based modeling offers better predictions than regular LSTM-based models. More specifically, it was observed that BiLSTM models provide better predictions compared to ARIMA and LSTM models. It was also observed that BiLSTM models reach the equilibrium much slower than LSTM-based models.

📄 PDF Abstract BibTeX arXiv:1911.09512

Code (0)

등록된 구현이 없습니다.

Tasks

Time SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Causality-Inspired Models for Financial Time Series Forecasting

2024-08-19 · Daniel Cunha Oliveira, Yutong Lu, Xi Lin, Mihai Cucuringu 외

We introduce a novel framework to financial time series forecasting that leverages causality-inspired models to balance the trade-off between invariance to distributional changes and minimization of prediction errors. To…

Causal Discoveryfeature selectionTime SeriesTime Series Forecasting

Financial Time-Series Forecasting: Towards Synergizing Performance And Interpretability Within a Hybrid Machine Learning Approach

2023-12-31 · Shun Liu, Kexin Wu, Chufeng Jiang, Bin Huang 외

In the realm of cryptocurrency, the prediction of Bitcoin prices has garnered substantial attention due to its potential impact on financial markets and investment strategies. This paper propose a comparative study on hy…

Hybrid Machine LearningTime SeriesTime Series AnalysisTime Series Forecasting

Advancing Financial Forecasting: A Comparative Analysis of Neural Forecasting Models N-HiTS and N-BEATS

2024-08-31 · Mohit Apte, Yashodhara Haribhakta

In the rapidly evolving field of financial forecasting, the application of neural networks presents a compelling advancement over traditional statistical models. This research paper explores the effectiveness of two spec…

Decision MakingTime Series

Financial Market Trend Forecasting and Performance Analysis Using LSTM

2020-03-31 · Jonghyeon Min

The financial market trend forecasting method is emerging as a hot topic in financial markets today. Many challenges still currently remain, and various researches related thereto have been actively conducted. Especially…

PredictionTime SeriesTime Series Analysis

A Comparison of LSTMs and Attention Mechanisms for Forecasting Financial Time Series

2018-12-18 · Thomas Hollis, Antoine Viscardi, Seung Eun Yi

While LSTMs show increasingly promising results for forecasting Financial Time Series (FTS), this paper seeks to assess if attention mechanisms can further improve performance. The hypothesis is that attention can help p…

Time SeriesTime Series Analysis