Skip to content

lightondust/GLLUser2Vec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's

Model used Node2Vec to embed twitter accounts. The accounts are restricted to japanese users which have more than 10000 followers. Data is collected on Oct 2019.

How to use

download data and model files to ./data/

the graph data used(directed weighted graph, in a form [source user id, target user id, concern weight])

enter venv environment

pip install requirments.txt

run

sh start_server.sh