Key research themes
1. How do traditional machine learning regression models like SVR and KNN compare in accuracy for next-day stock price prediction?
This research area investigates the applicability and comparative performance of established regression algorithms—specifically Support Vector Regression (SVR) and K-Nearest Neighbors (KNN)—in predicting short-term stock prices. Understanding their predictive precision and identifying optimal parameter configurations are crucial since these algorithms offer interpretable, computationally efficient frameworks suitable for financial time series forecasting scenarios where explainability and robustness are key.
2. What advantages do deep learning approaches like LSTM and GRU provide over traditional models in forecasting stock prices in terms of capturing nonlinear temporal dependencies?
This domain focuses on exploiting Recurrent Neural Networks (RNN) architectures—particularly Long Short-Term Memory (LSTM) and Gated Recurrent Units (GRU)—to model complex sequential dependencies and long-term patterns in stock price time series data. Unlike conventional statistical or shallow machine learning models, these deep learning methods address limitations such as vanishing gradients and allow learning from both short-term fluctuations and long-term trends, which are pivotal for improving forecasting accuracy in volatile financial markets.
3. Can incorporating sentiment analysis from financial news enhance machine learning models for predicting stock market movements?
This research theme explores the integration of qualitative data extracted from textual sources such as financial news headlines and social media with quantitative historical stock data to improve market forecasting models. Sentiment analysis techniques generate sentiment scores or polarity classifications that serve as additional predictive features. Understanding how investor sentiment and public mood influence stock prices is critical for building models that better approximate real-world market reactions to news.