Research Article
A Stock Selection Model of Image Classification Method Based on Convolutional Neural Network
Algorithm 2
Stock selection model based on CNN.
| Input: | | Training data: ; % is two-dimension sample | | The classifier: ; | | The loss function: ; | | The hyper-parameters: learning rate, number of training epochs; | | Procedure: | (1) | For: | (2) | For: | (3) | . | (4) | Adjust ‘s parameters by | (5) | End | (6) | End | | Output: |
|