finol.model_layer¶
model_layer 模块包含与模型层相关的类和函数。
Class to generate predicted scores for the input assets based on the AlphaPortfolio model. |
|
Class to generate predicted scores for the input assets based on the AlphaStock model. |
|
Class to generate predicted scores for the input assets based on the Convolutional Neural Network (CNN) model. |
|
Class to generate predicted scores for the input assets based on the CNN-JF model. |
|
Class to generate predicted scores for the input assets based on the Deep Neural Network (DNN) model. |
|
Class to generate predicted scores for the input assets based on the Gated Recurrent Unit (GRU) model. |
|
Class to generate predicted scores for the input assets based on the LSRE-CAAN model. |
|
Class to generate predicted scores for the input assets based on the Long Short-Term Memory (LSTM) model. |
|
Class to generate predicted scores for the input assets based on the Recurrent Neural Network (RNN) model. |
|
Class to generate predicted scores for the input assets based on the Temporal Convolutional Network (TCN) model. |
|
Class to generate predicted scores for the input assets based on the Transformer model. |
|
Class to serve as a base neural network model for portfolio selection. |
|
Class to instantiate model class based on the provided configuration. |