Multi-Factor Stock Profit Prediction Using EMD-ALSTM
A deep learning solution to the 7th TipDM Cup National Data Mining Contest. Data acquisition method is through auto-trade api using desktop client software. The StrategyBase in strategy.py offers a rudimentary implementation of trading logic. Several of forcasting algorithms were implemented:
- Ordinary Linear Model (OLM): classic multi-factor model.
- Support Vector Machine (SVM)
- Multilayer Perception (MLP): generally a DNN was implemented.
- LSTM
- Attention-LSTM (ALSTM)
- Emperical Mode Decomposition ALSTM