https://github.com/jintao-huang/society_computation_exp2
This repository is used to write social computing experiment 2
https://github.com/jintao-huang/society_computation_exp2
exp2 social-computing ustc
Last synced: 3 months ago
JSON representation
This repository is used to write social computing experiment 2
- Host: GitHub
- URL: https://github.com/jintao-huang/society_computation_exp2
- Owner: Jintao-Huang
- Created: 2022-04-15T14:52:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-24T18:28:17.000Z (over 3 years ago)
- Last Synced: 2025-04-08T15:29:16.572Z (6 months ago)
- Topics: exp2, social-computing, ustc
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# society_computation_exp2
This repository is used to write social computing experiment exp2
## File Description
1. `/1 preprocessing/`: 数据的预处理的main文件
2. `/2 analysis_data/`: 数据的分析的main文件
3. `/3 build_graph `/: 图的构建的main文件
4. `/4 train_model/`: 模型训练的main文件, 其中包含backbone, with group info, with graph info三个settings的实验.
5. `/5 plot_image/`: 画图的main文件
6. `/config/`: 配置文件夹
7. `/dataset/`: 数据集文件夹
8. `/examples/`: 案例文件夹
9. `/utils/`: 辅助文件夹``