Probabilistic Time Series Forecasting

19 papers with code • 3 benchmarks • 1 datasets

This task has no description! Would you like to contribute one?

Libraries

Use these libraries to find Probabilistic Time Series Forecasting models and implementations

Most implemented papers

DeepAR: Probabilistic Forecasting with Autoregressive Recurrent Networks

jdb78/pytorch-forecasting 13 Apr 2017

Probabilistic forecasting, i. e. estimating the probability distribution of a time series' future given its past, is a key enabler for optimizing business processes.

Probabilistic Forecasting with Temporal Convolutional Neural Network

ashishpatel26/tcn-keras-Examples 11 Jun 2019

We present a probabilistic forecasting framework based on convolutional neural network for multiple related time series forecasting.

Deep and Confident Prediction for Time Series at Uber

PawaritL/BayesianLSTM 6 Sep 2017

Reliable uncertainty estimation for time series prediction is critical in many fields, including physics, biology, and manufacturing.

Deep State Space Models for Time Series Forecasting

awslabs/gluon-ts NeurIPS 2018

We present a novel approach to probabilistic time series forecasting that combines state space models with deep learning.

Probabilistic Forecasting of Sensory Data with Generative Adversarial Networks - ForGAN

koochali/forgan 29 Mar 2019

To investigate probabilistic forecasting of ForGAN, we create a new dataset and demonstrate our method abilities on it.

Multivariate Probabilistic Time Series Forecasting via Conditioned Normalizing Flows

zalandoresearch/pytorch-ts ICLR 2021

In this work we model the multivariate temporal dynamics of time series via an autoregressive deep learning model, where the data distribution is represented by a conditioned normalizing flow.

If You Like It, GAN It. Probabilistic Multivariate Times Series Forecast With GAN

flaviagiammarino/probcast-tensorflow 3 May 2020

The motivation of the framework is to either transform existing highly accurate point forecast models to their probabilistic counterparts or to train GANs stably by selecting the architecture of GAN's component carefully and efficiently.

Probabilistic Time Series Forecasting with Structured Shape and Temporal Diversity

vincent-leguen/STRIPE 14 Oct 2020

We introduce the STRIPE model for representing structured diversity based on shape and time features, ensuring both probable predictions while being sharp and accurate.

Probabilistic Time Series Forecasting with Shape and Temporal Diversity

vincent-leguen/STRIPE NeurIPS 2020

We introduce the STRIPE model for representing structured diversity based on shape and time features, ensuring both probable predictions while being sharp and accurate.

Adversarial Sparse Transformer for Time Series Forecasting

hihihihiwsf/AST NeurIPS 2020

Specifically, AST adopts a Sparse Transformer as the generator to learn a sparse attention map for time series forecasting, and uses a discriminator to improve the prediction performance from sequence level.