# MSGNet **Repository Path**: frontxiang/MSGNet ## Basic Information - **Project Name**: MSGNet - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-04 - **Last Updated**: 2024-02-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MSGNet (AAAI2024) Paper Link:[MSGNet: Learning Multi-Scale Inter-Series Correlations for Multivariate Time Series Forecasting](https://arxiv.org/abs/2401.00423) ## Usage - Train and evaluate MSGNet - You can use the following command:`sh ./scripts/ETTh1.sh`. - Train your model - Add model file in the folder `./models/.py`. - Add model in the ***class*** Exp_Main. ## Model MSGNet employs several ScaleGraph blocks, each encompassing three pivotal modules: an FFT module for multi-scale data identification, an adaptive graph convolution module for inter-series correlation learning within a time scale, and a multi-head attention module for intra-series correlation learning.