1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00
This commit is contained in:
lewwang
2021-06-09 18:29:55 +08:00
parent 4c4e77b11f
commit bb6c1572ca

View File

@@ -4,13 +4,14 @@ We provide the code for reproducing the stock trend forecasting experiments in [
### Background
Sequence learning has attracted much research attention from the machine learning community in recent years. In many applications, a sequence learning task is usually associated with multiple temporally correlated auxiliary tasks, which are different in terms of how much input information to use or which future step to predict. In stock trend forecasting, as demonstrated in Figure1, one can predict the price of a stock in different future days (e.g., tomorrow, the day after tomorrow). In this paper, we propose a framework to make use of those temporally correlated tasks to help each other.
<div style="align: center">
<p align="center">
<img src="task_description.png" />
</div>
</p>
<p align="center">
<img src="http://fintech.msra.cn/images_v060/logo/1.png" />
</p>
<div style="align: center">
<img src="http://fintech.msra.cn/images_v060/framework.png?v=0.1" />
</div>
### Method