Multivariate Time Series Forecasting
77 papers with code • 8 benchmarks • 9 datasets
Libraries
Use these libraries to find Multivariate Time Series Forecasting models and implementationsDatasets
Most implemented papers
Neural Ordinary Differential Equations
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
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
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
Spatiotemporal forecasting has various applications in neuroscience, climate and transportation domain.
Latent ODEs for Irregularly-Sampled Time Series
Time series with non-uniform intervals occur in many applications, and are difficult to model using standard recurrent neural networks (RNNs).
Recurrent Neural Networks for Multivariate Time Series with Missing Values
Multivariate time series data in practical applications, such as health care, geoscience, and biology, are characterized by a variety of missing values.
Informer: Beyond Efficient Transformer for Long Sequence Time-Series Forecasting
Many real-world applications require the prediction of long sequence time-series, such as electricity consumption planning.
Predictive Business Process Monitoring with LSTM Neural Networks
First, we show that LSTMs outperform existing techniques to predict the next event of a running case and its timestamp.
BRITS: Bidirectional Recurrent Imputation for Time Series
It is ubiquitous that time series contains many missing values.
Temporal Pattern Attention for Multivariate Time Series Forecasting
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.