yiminghzc / MDST-GNN

a multivariate time series deep spatiotemporal forecasting model with graph neural network (MDST-GNN) is proposed to solve the existing shortcomings and improve the accuracy of periodic data prediction in this paper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MDST-GNN

a multivariate time series deep spatiotemporal forecasting model with graph neural network (MDST-GNN) is proposed to solve the existing shortcomings and improve the accuracy of periodic data prediction in this paper.

This is a PyTorch implementation of the paper: Multivariate Time Series Deep Spatiotemporal Forecasting with Graph Neural Network, published in Applied Sciences.

image

Figure 1 Model structure diagram of MDST-GNN.

Data

The multivariate time series dataset Solar-Energy, Traffic, Electricity, Exchange-rate datasets can be found in the data file.

Requirements

The model is implemented using Python with dependencies specified in requirements.txt

About

a multivariate time series deep spatiotemporal forecasting model with graph neural network (MDST-GNN) is proposed to solve the existing shortcomings and improve the accuracy of periodic data prediction in this paper.


Languages

Language:Python 100.0%