# MGCMVC **Repository Path**: yu-jun-wang/MGCMVC ## Basic Information - **Project Name**: MGCMVC - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-19 - **Last Updated**: 2025-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MGCMVC The source code of Paper "Multi-Granularity Information Fused Contrastive Learning with Multi-View Clustering"
# Running Code The code for MGCMVC. ```` # change dataset in Dataname Dataname = 'Caltech-5V' run train.py for training MGCMVC run test.py for testing MGCMVC ```` # Dataset Before train.py please create data folder
You can download datasets by this:
```` 链接: https://pan.baidu.com/s/1Uqfza8-EpNkpZZ9T4SRqSg?pwd=rg9n 提取码: rg9n
```` # Citing If this work contributes to your research, we would appreciate it if you could cite it. ```` @article{ju2025multigranularity, title={Multigranularity Information Fused Contrastive Learning With Multiview Clustering}, author={Ju, Hengrong and Lu, Yang and Ding, Weiping and Zhang, Wei and Yang, Xibei}, journal={IEEE Transactions on Neural Networks and Learning Systems}, year={2025}, publisher={IEEE} } ````