NOTE: This project is an ongoing collaboration with my professor, Dr. Prakash Kalingrao Aithal. As we continue to develop and refine our research, this page will be regularly updated to reflect the latest findings and advancements. Please note that the information presented here represents a work in progress, and further details will be added as soon as they become available.
Predicting stock market prices accurately remains a significant challenge due to the dynamic nature and complexity of financial markets. Numerous factors, including company-specific events, macroeconomic indicators, investor sentiment, and market trends, simultaneously impact stock prices, complicating predictive modeling. Recent advancements in machine learning and deep learning methodologies have provided promising frameworks for enhancing the accuracy of stock market forecasts. This project explores various statistical and deep learning approaches, including Autoregressive Integrated Moving Average (ARIMA), Seasonal ARIMA (SARIMA), Long Short-Term Memory (LSTM), Gated Recurrent Unit (GRU), and an ensemble model combining LSTM and GRU architectures, to forecast stock prices using historical NIFTY 100 index data. The objective is to identify and develop robust predictive models capable of capturing complex temporal dependencies inherent in financial time-series data. Our research aims to test different modeling approaches systematically and identify the most effective models for stock price prediction, thereby providing valuable insights for informed investment decisions.
Github Repository link :
NOTE: the github repository will be made public once the research project is completed and published.