KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
CaLoNet
★ 10
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
pickly-backend
:
북마크 아카이빙 서비스 피클리 - 백엔드
LimboAuth-ClientMod
:
Implement auto-login with the LimboAuth plugin, the client mod and (optionally using) a custom launcher
Wreckman
:
Pac-Man clone for 3DO. I'm not using Namco assets for obvious reasons.
CopyComicDownloader
:
基于go语言的一个拷贝漫画下载器,我们承诺:不使用官方 api!下载高速不限流(不是)
BotCityChatGpt
:
Ferramenta que auxilia o usuário na criação de postagens semi automáticas
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
CaLoNet
?
Download (.md)
# Causal and Local Correlations Based Network for Multivarite Time Series Classification **The repository is for a paper on this topic under review.** Recently, time series classification has attracted the attention of a large number of researchers. And hundreds of methods have been proposed. However, these methods often ignore the spatio correlations among dimensions and the local correlations among features. For this, the Causal and Local correlations based Network (CaLoNet) is proposed for multivarite time series classification in this study. Firstly, pairwise spatio correlations between dimensions using causality modeling and obtains the graph structure. And then, a relationship extraction network is used to fuse local correlations to obtain long-term dependency features. Finally, the graph structure and long-term dependency features are integrated into the graph neural network. Experiments on the UEA datasets show that CaLoNet can obtain a competitive performance with the state-of-the-art methods. ## Requirements * Python * PyTorch ## Datasets Get MTS datasets in http://timeseriesclassification.com/dataset.php. **Train/Test**: ```bash run: python run_UEA.py ``` ## Get arxiv version https://arxiv.org/abs/2411.18008 ## Acknowledgements This work was supported by the Innovation Methods Work Special Project under Grant 2020IM020100, and the Natural Science Foundation of Shandong Province under Grant ZR2020QF112. We would like to thank Eamonn Keogh and his team, Tony Bagnall and his team for the UEA/UCR time series classification repository.