Multivariate Time Series Forecasting

95 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

Temporal Pattern Attention for Multivariate Time Series Forecasting

gantheory/TPA-LSTM 12 Sep 2018

To obtain accurate prediction, it is crucial to model long-term dependency in time series data, which can be achieved to some good extent by recurrent neural network (RNN) with attention mechanism.

GRU-ODE-Bayes: Continuous modeling of sporadically-observed time series

edebrouwer/gru_ode_bayes NeurIPS 2019

Modeling real-world multidimensional time series can be particularly challenging when these are sporadically observed (i. e., sampling is irregular both in time and across dimensions)-such as in the case of clinical patient data.

Probabilistic Forecasting with Temporal Convolutional Neural Network

oneday88/deepTCN 11 Jun 2019

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

Structured Inference Networks for Nonlinear State Space Models

clinicalml/structuredinference 30 Sep 2016

We introduce a unified algorithm to efficiently learn a broad class of linear and non-linear state space models, including variants where the emission and transition distributions are modeled by deep neural networks.

Adaptive Graph Convolutional Recurrent Network for Traffic Forecasting

LeiBAI/AGCRN NeurIPS 2020

We further propose an Adaptive Graph Convolutional Recurrent Network (AGCRN) to capture fine-grained spatial and temporal correlations in traffic series automatically based on the two modules and recurrent networks.

Exploring Progress in Multivariate Time Series Forecasting: Comprehensive Benchmarking and Heterogeneity Analysis

zezhishao/basicts 9 Oct 2023

Moreover, based on the proposed BasicTS and rich heterogeneous MTS datasets, we conduct an exhaustive and reproducible performance and efficiency comparison of popular models, providing insights for researchers in selecting and designing MTS forecasting models.

MIMIC-III, a freely accessible critical care database

mit-lcp/mimic-iii-paper Nature 2016

MIMIC-III (‘Medical Information Mart for Intensive Care’) is a large, single-center database comprising information relating to patients admitted to critical care units at a large tertiary care hospital.

A Memory-Network Based Solution for Multivariate Time-Series Forecasting

fanyun-sun/DARNN 6 Sep 2018

Inspired by Memory Network proposed for solving the question-answering task, we propose a deep learning based model named Memory Time-series network (MTNet) for time series forecasting.

Multivariate Time Series Forecasting with Transfer Entropy Graph

rrrussell/caugnn 3 May 2020

Multivariate time series (MTS) forecasting is an essential problem in many fields.

Connecting the Dots: Multivariate Time Series Forecasting with Graph Neural Networks

nnzhan/MTGNN 24 May 2020

Modeling multivariate time series has long been a subject that has attracted researchers from a diverse range of fields including economics, finance, and traffic.