TL;DR
This paper presents a hybrid approach combining machine learning and LSTM-based deep learning models to predict stock prices, specifically the NIFTY 50 index, demonstrating the superior accuracy of LSTM models with one-week prior data.
Contribution
It introduces a novel hybrid modeling framework that integrates multiple regression models with LSTM networks using walk-forward validation for stock price prediction.
Findings
LSTM models outperform traditional regression models in accuracy.
The most effective model uses one-week prior data for next-week prediction.
Extensive evaluation confirms the superiority of the LSTM-based approach.
Abstract
Prediction of stock prices has been an important area of research for a long time. While supporters of the efficient market hypothesis believe that it is impossible to predict stock prices accurately, there are formal propositions demonstrating that accurate modeling and designing of appropriate variables may lead to models using which stock prices and stock price movement patterns can be very accurately predicted. In this work, we propose an approach of hybrid modeling for stock price prediction building different machine learning and deep learning-based models. For the purpose of our study, we have used NIFTY 50 index values of the National Stock Exchange (NSE) of India, during the period December 29, 2014 till July 31, 2020. We have built eight regression models using the training data that consisted of NIFTY 50 index records during December 29, 2014 till December 28, 2018. Using…
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
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
