博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
metapath2vec 笔记
阅读量:4976 次
发布时间:2019-06-12

本文共 1853 字,大约阅读时间需要 6 分钟。

 

  • Homogeneous networks: representative of singular type of nodes and relationships
  • Challenges: multiple types of nodes and links

 

  • Matapath2vec
    • meta-path based random walks
    • Heterogeneous skip-gram
  • Matapath2vec++
    • Structural and semantic correlations in heterogeneous networks.
 
 

Although there are different types of nodes in V, their representations are mapped into the same latent space.

 

Homogeneous network embedding

  • Structural context = local neighborhoods
  • Maximize the network probability in terms of local structures:

Heterogeneous network embedding: metapath2vec

  • Heterogeneous skip-gram (model the structural correlations between nodes in a path)

  • Meta-path-based random walks (Transform the structure of a network into skip-gram)
    • A meta-path scheme
    • Composite relations between node types
    • Use meta-paths to guide heterogeneous random walkers, transition probability at step i:

    • The flow of the walker is conditioned on the pre-defined meta-path scheme.
    • The meta-path-based random walk strategy ensures that the semantic relationships between different types of nodes can be properly incorporated into skip-gram.
  • Metapath2vec++
    • Metapath2vec ignores the node type information in softmax. In other words, metapath2vec actually encourages all types of negative samples, including nodes of the same type t as well as the other types in the heterogeneous network.
    • Heterogeneous negative sampling

    • In metapath2vec++'s skip-gram, the multinomial distribution dimension for type t nodes is determined by the number of t-type nodes.

Relevance

  • Word2vec 
  • Word2vec based network representation learning frameworks (homogeneous networks)
    • DeepWalk
    • LINE
    • Node2vec
  • PTE
  • Negative sampling
  • K-means algorithm
  • Logistic regression classifier
  • Biased random walkers (a mixture of breadth-first and width-first search procedures )

 

转载于:https://www.cnblogs.com/hellosnow/p/10552938.html

你可能感兴趣的文章
[django]form的content-type(mime)
查看>>
JQUERY —— 绑定事件
查看>>
在TabControl中的TabPage选项卡中添加Form窗体
查看>>
oracle中SET DEFINE意思
查看>>
个人作业-最长英语链
查看>>
JMeter-性能测试之报表设定的注意事项
查看>>
1066-堆排序
查看>>
仿面包旅行个人中心下拉顶部背景放大高斯模糊效果
查看>>
强大的css3
查看>>
c#中的组件拖拽和MouseMove事件
查看>>
C# 小叙 Encoding (二)
查看>>
python创建对象数组避免浅拷贝
查看>>
CSS自学笔记(14):CSS3动画效果
查看>>
项目应用1
查看>>
Ubuntu下配置jdk和tomcat
查看>>
大型网站的演变升级
查看>>
图片延迟加载的实现
查看>>
C# 委托链(多播委托)
查看>>
解密个推持续集成
查看>>
基本SCTP套接字编程常用函数
查看>>