Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
|
2 |
---
|
3 |
license: apache-2.0
|
4 |
tags:
|
@@ -11,6 +10,8 @@ tags:
|
|
11 |
- cross-attention
|
12 |
- trading
|
13 |
- forecasting
|
|
|
|
|
14 |
---
|
15 |
|
16 |
# CandleFusion Model
|
@@ -81,4 +82,4 @@ The model simultaneously optimizes for:
|
|
81 |
- **Classification Task**: Trading signal accuracy
|
82 |
- **Regression Task**: Price prediction MSE
|
83 |
|
84 |
-
This dual-task approach enables the model to learn both categorical market direction and continuous price movements.
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
|
|
10 |
- cross-attention
|
11 |
- trading
|
12 |
- forecasting
|
13 |
+
datasets:
|
14 |
+
- tuankg1028/btc-candlestick-dataset
|
15 |
---
|
16 |
|
17 |
# CandleFusion Model
|
|
|
82 |
- **Classification Task**: Trading signal accuracy
|
83 |
- **Regression Task**: Price prediction MSE
|
84 |
|
85 |
+
This dual-task approach enables the model to learn both categorical market direction and continuous price movements.
|