Comparative Study of Predicting Stock Index Using Deep Learning Models
Harshal Patel, Bharath Kumar Bolla, Sabeesh E, Dinesh Reddy

TL;DR
This paper compares traditional and deep learning models for stock index prediction, finding that Deep AR outperforms others and remains effective with less training data, demonstrating the potential of deep learning in time series forecasting.
Contribution
It provides a comprehensive evaluation of traditional and neural network-based forecasting methods on stock data, highlighting the superior performance of Deep AR and its robustness with limited data.
Findings
Deep AR achieved the lowest MAPE of 0.01 and RMSE of 189.
Deep AR and GRU maintained performance with reduced training data.
Deep learning models significantly outperform traditional methods in stock forecasting.
Abstract
Time series forecasting has seen many methods attempted over the past few decades, including traditional technical analysis, algorithmic statistical models, and more recent machine learning and artificial intelligence approaches. Recently, neural networks have been incorporated into the forecasting scenario, such as the LSTM and conventional RNN approaches, which utilize short-term and long-term dependencies. This study evaluates traditional forecasting methods, such as ARIMA, SARIMA, and SARIMAX, and newer neural network approaches, such as DF-RNN, DSSM, and Deep AR, built using RNNs. The standard NIFTY-50 dataset from Kaggle is used to assess these models using metrics such as MSE, RMSE, MAPE, POCID, and Theil's U. Results show that Deep AR outperformed all other conventional deep learning and traditional approaches, with the lowest MAPE of 0.01 and RMSE of 189. Additionally, the…
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 · Forecasting Techniques and Applications · Time Series Analysis and Forecasting
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory · Gated Recurrent Unit
