Question-2: Genetic Algorithms#

Title#
Hyperparameter Optimization for Predicting Stock Market Behavior
Abstract#
The Efficient Market Hypothesis (EMH) and the Random Walk Theory suggest that stock prices are inherently unpredictable. However, advances in machine learning theory and the rise of computational power have motivated numerous studies that challenge this view, demonstrating potential predictability in stock market behavior.
In Alzaman, Long Short-Term Memory (LSTM) networks, neural models well-suited for time-series analysis, were applied to predict both future stock prices and market direction. Predictive machine learning algorithms operate by selecting a mapping function from a set of candidate functions, with hyperparameters constraining or expanding the scope of this function space. Careful hyperparameter selection is essential to prevent overfitting and to promote robust generalization.
In Alzaman, a genetic algorithm inspired by natural selection was employed to optimize hyperparameters. Building upon this foundation, the present project aims to evaluate and compare multiple hyperparameter tuning strategies, including grid search, Bayesian optimization, and Hyperband, against the genetic algorithm. The objective is to determine the most effective method for improving model performance and reliability in forecasting stock market behavior.