TL;DR
This paper assesses the effectiveness of various deep neural networks, including MLP, CNN, LSTM, and GRU, in forecasting non-stationary financial time-series with structural breaks and high volatility, focusing on single and multi-step predictions.
Contribution
It provides a comparative analysis of DNN models for non-stationary time-series forecasting, highlighting their performance across different forecast horizons and settings.
Findings
DNNs perform well for one-day ahead forecasting.
Longer forecast periods reduce accuracy.
LSTM and GRU outperform MLP and CNN in multi-step forecasts.
Abstract
The problem of automatic and accurate forecasting of time-series data has always been an interesting challenge for the machine learning and forecasting community. A majority of the real-world time-series problems have non-stationary characteristics that make the understanding of trend and seasonality difficult. Our interest in this paper is to study the applicability of the popular deep neural networks (DNN) as function approximators for non-stationary TSF. We evaluate the following DNN models: Multi-layer Perceptron (MLP), Convolutional Neural Network (CNN), and RNN with Long-Short Term Memory (LSTM-RNN) and RNN with Gated-Recurrent Unit (GRU-RNN). These DNN methods have been evaluated over 10 popular Indian financial stocks data. Further, the performance evaluation of these DNNs has been carried out in multiple independent runs for two settings of forecasting: (1) single-step…
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.
