English

Stock price forecast with deep learning

Statistical Finance 2021-03-29 v1 Machine Learning

Abstract

In this paper, we compare various approaches to stock price prediction using neural networks. We analyze the performance fully connected, convolutional, and recurrent architectures in predicting the next day value of S&P 500 index based on its previous values. We further expand our analysis by including three different optimization techniques: Stochastic Gradient Descent, Root Mean Square Propagation, and Adaptive Moment Estimation. The numerical experiments reveal that a single layer recurrent neural network with RMSprop optimizer produces optimal results with validation and test Mean Absolute Error of 0.0150 and 0.0148 respectively.

Keywords

Cite

@article{arxiv.2103.14081,
  title  = {Stock price forecast with deep learning},
  author = {Firuz Kamalov and Linda Smail and Ikhlaas Gurrib},
  journal= {arXiv preprint arXiv:2103.14081},
  year   = {2021}
}

Comments

Published in: 2020 International Conference on Decision Aid Sciences and Application (DASA)

R2 v1 2026-06-24T00:34:03.388Z