Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Wave-Mask/Mix: Exploring Wavelet-Based Augmentations for Time Series Forecasting <a href="https://www.arxiv.org/abs/2408.10951" title="Read the paper on arXiv"><img src="https://img.shields.io/badge/arXiv-2408.10951-b31b1b.svg" margin-left="5px" height="20" align="center"></a>
|
| 2 |
|
| 3 |
<a href="https://www.arxiv.org/abs/2408.10951" style="color: #4285F4; font-size: 24px; font-weight: bold; text-decoration: none;">Paper(arXiv)</a>
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: mit
|
| 5 |
+
library_name: pytorch
|
| 6 |
+
tags:
|
| 7 |
+
- time-series
|
| 8 |
+
- forecasting
|
| 9 |
+
- data-augmentation
|
| 10 |
+
- wavelet
|
| 11 |
+
- arxiv:2408.10951
|
| 12 |
+
pipeline_tag: time-series-forecasting
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
📄 Paper (Hugging Face): https://huggingface.co/papers/2408.10951
|
| 16 |
+
📄 arXiv: https://arxiv.org/abs/2408.10951
|
| 17 |
+
💻 Original GitHub: https://github.com/jafarbakhshaliyev/Wave-Augs
|
| 18 |
+
|
| 19 |
# Wave-Mask/Mix: Exploring Wavelet-Based Augmentations for Time Series Forecasting <a href="https://www.arxiv.org/abs/2408.10951" title="Read the paper on arXiv"><img src="https://img.shields.io/badge/arXiv-2408.10951-b31b1b.svg" margin-left="5px" height="20" align="center"></a>
|
| 20 |
|
| 21 |
<a href="https://www.arxiv.org/abs/2408.10951" style="color: #4285F4; font-size: 24px; font-weight: bold; text-decoration: none;">Paper(arXiv)</a>
|