Stock market forecasting using deep learning with long short-term memory and gated recurrent unit

E. T. Sivadasan,N. Mohana Sundaram,R. Santhosh
DOI: https://doi.org/10.1007/s00500-023-09606-7
IF: 3.732
2024-01-28
Soft Computing
Abstract:In this paper, recurrent neural networks consisting of GRU and LSTM architectures are used to extract meaningful insights, characteristics, and specific patterns from previously observed, equally spaced, stock market data. The long-term dependency of nonlinear time series data can be learned using GRU and LSTM. In the first phase, the sliding window technique is used to analyse the daywise (i) open, (ii) high, (iii) low, and (iv) closing values of various stocks on the stock market to forecast the future. Performance comparisons show that the proposed GRU and LSTM networks outperform the existing models in terms of prediction accuracy. Multiple datasets were compared and the findings are: (1) the proposed model has a MAPE of 0.630, while the present model's is 1.748; (2) the MAPE of the proposed model is 0.6243, while that of the existing model is 1.92; (3) the recommended model has a MAPE of 0.7924, while the existing model's is 0.8587; (4) the recommended model's MAPE is 1.191, but the current model's MAPE is 2.99. In the second phase of the process, SMA, EMA, RSI, MACD, and ADX are chosen from among the many technical indicators and used in conjunction with OHLC to further optimise the models.
computer science, artificial intelligence, interdisciplinary applications
What problem does this paper attempt to address?