An open API service indexing awesome lists of open source software.

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

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/`: 辅助文件夹

``