mirror of
https://github.com/wassname/DeepTime.git
synced 2026-06-27 19:13:18 +08:00
update readme diagram and add results table
This commit is contained in:
@@ -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
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 270 KiB After Width: | Height: | Size: 270 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 243 KiB |
Reference in New Issue
Block a user