Multivariate Time Series Forecasting

94 papers with code • 8 benchmarks • 9 datasets

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

Libraries

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

Most implemented papers

Neural Ordinary Differential Equations

rtqichen/torchdiffeq NeurIPS 2018

Instead of specifying a discrete sequence of hidden layers, we parameterize the derivative of the hidden state using a neural network.

Modeling Long- and Short-Term Temporal Patterns with Deep Neural Networks

laiguokun/multivariate-time-series-data 21 Mar 2017

Multivariate time series forecasting is an important machine learning problem across many domains, including predictions of solar plant energy output, electricity consumption, and traffic jam situation.

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.

Diffusion Convolutional Recurrent Neural Network: Data-Driven Traffic Forecasting

liyaguang/DCRNN ICLR 2018

Spatiotemporal forecasting has various applications in neuroscience, climate and transportation domain.

Latent ODEs for Irregularly-Sampled Time Series

YuliaRubanova/latent_ode 8 Jul 2019

Time series with non-uniform intervals occur in many applications, and are difficult to model using standard recurrent neural networks (RNNs).

Informer: Beyond Efficient Transformer for Long Sequence Time-Series Forecasting

zhouhaoyi/Informer2020 14 Dec 2020

Many real-world applications require the prediction of long sequence time-series, such as electricity consumption planning.

Recurrent Neural Networks for Multivariate Time Series with Missing Values

PeterChe1990/GRU-D 6 Jun 2016

Multivariate time series data in practical applications, such as health care, geoscience, and biology, are characterized by a variety of missing values.

Predictive Business Process Monitoring with LSTM Neural Networks

verenich/ProcessSequencePrediction 7 Dec 2016

First, we show that LSTMs outperform existing techniques to predict the next event of a running case and its timestamp.

A Time Series is Worth 64 Words: Long-term Forecasting with Transformers

yuqinie98/patchtst 27 Nov 2022

Our channel-independent patch time series Transformer (PatchTST) can improve the long-term forecasting accuracy significantly when compared with that of SOTA Transformer-based models.

BRITS: Bidirectional Recurrent Imputation for Time Series

caow13/BRITS NeurIPS 2018

It is ubiquitous that time series contains many missing values.