Key research themes
1. How do different neural network architectures compare in forecasting financial time series data?
This research area investigates the comparative performance of various neural network architectures, such as feedforward networks, recurrent neural networks (RNNs), long short-term memory (LSTM), gated recurrent units (GRUs), higher-order neural networks, and hybrids with traditional models in forecasting financial time series like stock prices, exchange rates, and market indices. It matters because understanding which architecture better captures nonlinear and temporal dependencies improves forecast accuracy in volatile financial markets.
2. In what ways can hybridizing neural networks with classical financial forecasting models improve prediction in volatile markets?
This research theme explores the integration of neural networks with traditional statistical models like ARIMA, exponential smoothing, GARCH, and variants thereof, to create hybrid models that incorporate both linear and nonlinear data aspects. The focus is on leveraging complementary strengths to improve forecasting accuracy, especially in volatile, nonlinear, and noisy financial time series.
3. How can feature selection and variable importance techniques enhance neural network-based financial forecasting?
This theme addresses incorporating data mining and machine learning methods, such as information gain and variable reduction techniques, to select relevant predictors for ANN models in financial forecasting. By focusing on variable importance, the approach seeks to improve model generalization, reduce overfitting, and enhance forecasting accuracy and robustness.