From f393d931b4053a2d18e3e66e46e6a93db10dc4d7 Mon Sep 17 00:00:00 2001 From: "Dr. Kashif Rasul" Date: Wed, 11 Mar 2020 16:58:39 +0100 Subject: [PATCH] added paper --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 1f0bb40..62ea7dd 100644 --- a/README.md +++ b/README.md @@ -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}, +} +```