深度学习(6):GNN

本文探讨了为何需要图神经网络(GNN),并详细介绍了GNN在节点分类问题中的应用,以及GNN的两种主要类型:空间基GNN(包括NN4G, DCNN, DGC, MoNET, GraphSAGE, GAT和GIN)和谱基卷积。内容涵盖GNN的学习目标、节点特征嵌入方法以及不同GNN模型的工作原理。" 135520220,17364313,Python算法与数据结构:零钱兑换的广度优先搜索与完全背包解法,"['python', '动态规划', '数据结构']
摘要由CSDN通过智能技术生成

Graph Neural Network

Why do we need GNN?

classification:train a classifier

The data may have underlying structure and relationship\

  • How do we utilize the structures and relationship to help our model?]
  • What if the graph is larger, more than 20?
  • What if we do not have the all the labels?
    在这里插入图片描述

unlabeled Node >> labeled node

A node can learn the structure from its neighbors, but how?
在这里插入图片描述
How to embed node into feature space using convolution?

  • solution 1: Generalize the concept of convolution to graph >> Spatial-based convolution
  • solution 2: Back to the definition of convolution in signal processing>> Spectral-based GNN

GNN Roadmap

在这里插入图片描述

Representation learning: 学到一些比较好的features

Spatial-based GNN

在这里插入图片描述

1、NN4G

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

2、DCNN (Diffusion-Convolution Neural Network)

在这里插入图片描述

  • 对于第0层的hidden layer,把距离v3点距离为1的node相加去平均乘一个权值
  • 对于第1层的hidden layer,把距离node3点距离为2的node相加取平均乘权值。
    在这里插入图片描述

在这里插入图片描述

3、DGC(Diffusion Graph Convolution)

在这里插入图片描述

4、MoNET (Mixture Model Networks)

  • Define a measure on node “distances”
  • Use weighted sum(mean) instead of simply summing up neighbor features

在这里插入图片描述

5、GraphSAGE

  • Aggregation: mean, max-pooling, LSTM

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值