论文解读 Node2Vec(Grover and Leskovec, 2016)

小记:
 LINE,Node2Vec和DeepWalk(还没写解读),这三篇中还是和这篇的孽缘最深。2019年暑假放假回家,导师拿了五篇高引高质的论文给我,作为我放假回家的礼物,当时有一篇就是它。虽然没什么太多的内容,但还是反反复复看了很久,打算好好为每周二的组会准备一番,emmm然后我睡过了头,错过了组会。。。说死不死的,后面又三番五次碰到它,缘分好深啊!打算把对这篇论文的理解都写出来,算是对它的一个告别了。兄弟(Node2Vec),未来可期哦。


Strategy


在这里插入图片描述
·Find the node context with a hybrid strategy of
 · Breadth-first Sampling(BFS): homophily
 · Depth-first Sampling(DFS): structural equivalence



Expand Node Contexts with Biased Random Walk


在这里插入图片描述
·Biased random walk with two parameters p and q
·p:controls the probability of revisiting a node in the walk
·q:controls the probability of exploring “outward” nodes
·Optimized through similar objective as LINE with first-order proximity





To be continue

发布了15 篇原创文章 · 获赞 12 · 访问量 1420

猜你喜欢

转载自blog.csdn.net/qq_41616301/article/details/104450928