Skip to content
/ CasGT Public

This is the final project of DATA130007.01 (Social Network Mining).

Notifications You must be signed in to change notification settings

Yuer867/CasGT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

CasGT

This is the final project of DATA130007.01 (Social Network Mining).

Twitter数据

data link

运行方式(以CasGT_10为例)

  1. 进入GRU文件夹,将Twitter数据中的data_small数据加入文件夹中,运行

python train.py --epoch 10

  1. 将保存的CasGT_10模型model.pth与data_small数据加入TopoLSTM文件夹中,运行

python train.py --data_dir 'data_small'

  1. 模型测试

python test.py --data_dir 'data_small'

  1. 结果评估

python evaluation.py

About

This is the final project of DATA130007.01 (Social Network Mining).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages