Neuroevolution Neural Architecture Search for Evolving RNNs in Stock Return Prediction and Portfolio Trading

Zimeng Lyu,Amulya Saxena,Rohaan Nadeem,Hao Zhang,Travis Desell
2024-10-23
Abstract:Stock return forecasting is a major component of numerous finance applications. Predicted stock returns can be incorporated into portfolio trading algorithms to make informed buy or sell decisions which can optimize returns. In such portfolio trading applications, the predictive performance of a time series forecasting model is crucial. In this work, we propose the use of the Evolutionary eXploration of Augmenting Memory Models (EXAMM) algorithm to progressively evolve recurrent neural networks (RNNs) for stock return predictions. RNNs are evolved independently for each stocks and portfolio trading decisions are made based on the predicted stock returns. The portfolio used for testing consists of the 30 companies in the Dow-Jones Index (DJI) with each stock have the same weight. Results show that using these evolved RNNs and a simple daily long-short strategy can generate higher returns than both the DJI index and the S&P 500 Index for both 2022 (bear market) and 2023 (bull market).
Portfolio Management,Artificial Intelligence,Computational Engineering, Finance, and Science,Machine Learning
What problem does this paper attempt to address?
### What problems does this paper attempt to solve? This paper aims to solve the key problems in stock return prediction and portfolio trading, specifically including: 1. **Stock Return Prediction**: - Stock return prediction is an important part of financial applications. Accurate stock return prediction can help investors make informed buy - and - sell decisions, thereby optimizing investment returns. - Traditional statistical models (such as ARIMA, ARCH) have limitations when dealing with complex, nonlinear stock data, while machine learning and deep learning models can better capture these complex patterns. 2. **Portfolio Trading Strategy Optimization**: - Portfolio trading strategies depend on the performance of time - series prediction models. The prediction performance directly affects the trading returns of the portfolio. - The paper proposes to use the Evolutionary eXploration of Augmented Memory Models (EXAMM) algorithm to gradually evolve Recurrent Neural Networks (RNNs) in order to improve the accuracy of stock return prediction and further optimize portfolio trading strategies. 3. **Market Volatility Coping**: - The paper explores how to achieve higher returns in bull and bear markets through simple trading strategies (such as daily long - short strategies). The research results show that using evolved RNNs can outperform the Dow Jones Industrial Average (DJI) in 2022 (a bear market) and the Standard & Poor's 500 Index (S&P 500) in 2023 (a bull market) respectively. ### Specific Methods - **EXAMM Algorithm**: Used to evolve RNNs, generating larger and more complex network structures through a series of mutation and crossover operations to adapt to the time - series characteristics of each stock. - **Portfolio Selection**: Use 30 companies in the Dow Jones Industrial Average (DJI) as the test portfolio, with equal weights assigned to each stock. - **Trading Strategies**: Include simple buy - and - hold strategies and daily long - short strategies, making buy - and - sell decisions based on the predicted stock returns. ### Main Contributions - Propose a new method of evolving RNNs using the EXAMM algorithm, which improves the accuracy of stock return prediction. - Verify the performance of evolved RNNs under different market conditions, demonstrating their potential in optimizing portfolio trading strategies. - Prove through experiments that the proposed model outperforms the benchmark indices in the market in 2022 and 2023. ### Summary By introducing neuro - evolution and neural architecture search techniques, especially their applications in stock return prediction and portfolio trading, this paper provides a new method to deal with the complexity and uncertainty in the financial market, providing more effective decision - making tools for investors.