mirror of
https://github.com/wassname/pytorch-ts.git
synced 2026-07-29 11:25:42 +08:00
added paper
This commit is contained in:
@@ -107,3 +107,18 @@ Note that the forecast is displayed in terms of a probability distribution: the
|
||||
pip install -e .
|
||||
pytest test
|
||||
```
|
||||
|
||||
## Scientific Article
|
||||
|
||||
We have implemented the following model using this framework:
|
||||
|
||||
* [Multi-variate Probabilistic Time Series Forecasting via Conditioned Normalizing Flows](https://arxiv.org/abs/2002.06103)
|
||||
```tex
|
||||
@article{rasul2020tempflow,
|
||||
Author = {Kashif Rasul, Abdul-Saboor Sheikh, Ingmar Schuster, Urs Bergmann, Roland Vollgraf}
|
||||
Title = {Multi-variate Probabilistic Time Series Forecasting via Conditioned Normalizing Flows},
|
||||
Year = {2020},
|
||||
archivePrefix = {arXiv},
|
||||
eprint = {2002.06103},
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user