Alphanetv4: Alpha Mining Model

Wenjun Wu
DOI: https://doi.org/10.18535/ijsrm/v10i5.ec01
2024-11-07
Abstract:As AI and deep learning have become hot spots in the 21st century , they are widely used in the current quant market. In 2020, Huatai Securities constructed deep-learning-based AlphaNet for stock feature extraction and price prediction. At present, it has developed to the 3rd version and has formed a great influence in the market. However, the AlphaNet has some problems, such as underfitting caused by short sequence length of feature extraction, insufficient diversity of feature extraction, high complexity, instability of random sampling, which lead to the poor performance. So this paper proposes AlphaNetV4 to solve them. The main contributions of this paper are: 1) Increased the length of the sequence and reduced the step size of the extraction layer to improve the fitting effect; 2) Reduced the relevance of original input; 3) Used Spearman correlation coefficient to design dropout layer instead of random sampling to enhance the stability of feature extraction; 4) Applied Bi-LSTM to enrich the extraction layer, and Transformer to enhance the learning ability of the model. In addition, this paper also uses CNE5 Barra to redesign the fitting target, and optimizes the training process by modifying the training weight and using sharp EarlyStopping. This paper compares the performance between AlphaNetV4 and the previous AlphaNets. It verifies that increasing the sequence length can reduce the loss from 0.5 to 0.3, reducing the correlation of input can reduce the loss to 0.25, using Spearman Dropout can cut the computational complexity without damaging the accuracy, and that Transformer can reduce the loss to less than 0.1. Further, this paper conducts the back test to show that AlphaNetV4 has increased the annual excess return by about 7% - 10%. Finally, this paper provides suggestions on the future development of quant trading.
Computational Engineering, Finance, and Science
What problem does this paper attempt to address?
The problem that this paper attempts to solve is the deficiencies of the existing AlphaNet model in stock feature extraction and price prediction. Specific problems include: 1. **Too short feature extraction sequence length**: This leads to the under - fitting problem of the model. 2. **Too high correlation of the original input**: This reduces the diversity of feature extraction and increases the invalid calculation overhead. 3. **Randomness of random sampling**: This increases the instability of the model in the final fitting. 4. **Too single neural network structure**: This results in a poor fitting effect. To solve these problems, the paper proposes an improved AlphaNetV4 model. The following are the main improvement measures: 1. **Increase the sequence length and reduce the extraction - layer step size**: Improve the fitting effect in this way. 2. **Reduce the correlation of the original input**: Reduce the correlation by taking the growth rate. 3. **Design a Dropout layer based on the Spearman correlation coefficient**: Replace random sampling to enhance the stability of feature extraction. 4. **Introduce Bi - LSTM and Transformer**: Enrich the extraction - layer design and enhance the learning ability of the model through residual optimization. In addition, the paper further improves the performance of the model in actual stock trading through the following methods: - Use CNE5 Barra for factor - style stripping to make factor mining more pure. - Add the weights of multi - head samples in the loss function to make the model training develop in the expected direction. - Use Sharp Early Stopping to reduce the model training cycle and make the model more suitable for actual stock investment. These improvements make AlphaNetV4 perform well in many aspects. For example, the loss is reduced from 0.5 to 0.3. Using Spearman Dropout can reduce the computational complexity without sacrificing accuracy, and Transformer can reduce the loss to less than 0.1. In addition, the back - testing results show that AlphaNetV4 increases the annualized excess return by about 7% - 10%. In summary, this paper aims to improve the AlphaNet model to solve the deficiencies of the existing model in feature extraction and price prediction, thereby improving the performance and stability of the model.