Deep Walk (Perozzi et al.2014)
Learning node representations with the technique for learning word representations,i.e,Skipgram
Treat random walks on networks as sentences
Comparison between LINE,DeepWalk and Node2Vec
Algorithm
Neighbor Expansion
LOIT-很多印度推文
安装
pip install loit
用法
import loit
# download data
# hindi and telugu are available as of now
loit.download('hindi', 'data')
# download fasttext cbow vectors and read them
loit.load_vectors('hindi', 'cbow')
# download fasttext skipgram v