Deep Stock Predictions
Akash Doshi, Alexander Issa, Puneet Sachdeva, Sina Rafati, Somnath, Rakshit

TL;DR
This paper enhances stock price prediction using LSTM neural networks by customizing loss functions, optimizing window and prediction lengths, and incorporating analyst calls, leading to improved trading strategy performance.
Contribution
It introduces a novel approach combining customized loss functions, data-driven parameter selection, and technical indicators in LSTM models for better stock forecasting.
Findings
LSTM with customized loss outperforms ARIMA in training.
Adding analyst calls improves prediction accuracy for some datasets.
Optimized window and prediction lengths enhance model performance.
Abstract
Forecasting stock prices can be interpreted as a time series prediction problem, for which Long Short Term Memory (LSTM) neural networks are often used due to their architecture specifically built to solve such problems. In this paper, we consider the design of a trading strategy that performs portfolio optimization using the LSTM stock price prediction for four different companies. We then customize the loss function used to train the LSTM to increase the profit earned. Moreover, we propose a data driven approach for optimal selection of window length and multi-step prediction length, and consider the addition of analyst calls as technical indicators to a multi-stack Bidirectional LSTM strengthened by the addition of Attention units. We find the LSTM model with the customized loss function to have an improved performance in the training bot over a regressive baseline such as ARIMA,…
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.
Taxonomy
TopicsStock Market Forecasting Methods · Forecasting Techniques and Applications · Time Series Analysis and Forecasting
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
