1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-12 23:36:54 +08:00

Add A New Baseline: ADD (#704)

This commit is contained in:
fengcunguang
2021-11-22 18:16:50 +08:00
committed by GitHub
parent d224ea447e
commit 654033733d
7 changed files with 703 additions and 1 deletions

View File

@@ -298,6 +298,7 @@ Here is a list of models built on `Qlib`.
- [TRA based on pytorch (Hengxu, Dong, et al. KDD 2021)](examples/benchmarks/TRA/)
- [TCN based on pytorch (Shaojie Bai, et al. 2018)](examples/benchmarks/TCN/)
- [ADARNN based on pytorch (YunTao Du, et al. 2021)](examples/benchmarks/ADARNN/)
- [ADD based on pytorch (Hongshun Tang, et al.2020)](examples/benchmarks/ADD/)
Your PR of new Quant models is highly welcomed.