From bb6c1572cadc111af94e012eae2756aa0980e433 Mon Sep 17 00:00:00 2001 From: lewwang Date: Wed, 9 Jun 2021 18:29:55 +0800 Subject: [PATCH] asdf --- examples/benchmarks/TCTS/TCTS.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/examples/benchmarks/TCTS/TCTS.md b/examples/benchmarks/TCTS/TCTS.md index f3113f56b..eb644ff4a 100644 --- a/examples/benchmarks/TCTS/TCTS.md +++ b/examples/benchmarks/TCTS/TCTS.md @@ -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. -
+

-

+

+ +

+ +

-
- -
### Method