update readme diagram and add results table

This commit is contained in:
gorold
2022-09-04 13:29:20 +08:00
parent 10b5fc56a4
commit 30bcf7cd00
3 changed files with 15 additions and 0 deletions
+15
View File
@@ -8,6 +8,11 @@
Official PyTorch code repository for the [DeepTIMe paper](https://arxiv.org/abs/2207.06046).
* DeepTIMe is a deep time-index based model trained via a meta-learning formulation, yielding a strong method for
non-stationary time-series forecasting.
* Experiments on real world datases in the long sequence time-series forecasting setting demonstrates that DeepTIMe
achieves competitive results with state-of-the-art methods and is highly efficient.
## Requirements
Dependencies for this project can be installed by:
@@ -48,6 +53,16 @@ __Option B__: Directly run the experiments with hyperparameters provided in the
Finally, results can be viewed on tensorboard by running `tensorboard --logdir storage/experiments/`, or in
the `storage/experiments/experiment_name/metrics.npy` file.
## Main Results
We conduct extensive experiments on both synthetic and real world datasets, showing that DeepTIMe has extremely
competitive performance, achieving state-of-the-art results on 20 out of 24 settings for the multivariate forecasting
benchmark based on MSE.
<p align="center">
<img src=".\pics\results.png" width = "700" alt="" align=center />
<br><br>
</p>
## Detailed Usage
Further details of the code repository can be found here. The codebase is structured to generate experiments from
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 270 KiB

After

Width:  |  Height:  |  Size: 270 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 243 KiB