当前位置:网站首页>【GNN】图解GNN: A gentle introduction(含视频)
【GNN】图解GNN: A gentle introduction(含视频)
2022-07-07 01:12:00 【静静喜欢大白】
目录
GNN
Why
What
Tasks
目前最常见还是节点分类和链接预测
图分类常见于蛋白质、药物领域
How
特征X
邻接矩阵A(连接情况)
通过局部邻域表示
2层GNN示例
计算C节点表示
计算D节点 表示
关键
核心:置换不变性
即无论如何交换任意节点顺序等,都会得到唯一输出,对应唯一图
等变性
即输入变化,输出也做出对应变化
MP
GCN
紫色:聚合邻域
蓝色:W消息,f激活,B参数
橙色:对最终输出影响做大的其实就是节点自身信息
GAT
参考
边栏推荐
- yarn入门(一篇就够了)
- Go language learning notes - Gorm use - Gorm processing errors | web framework gin (10)
- 线性回归
- 原生小程序 之 input切換 text與password類型
- SAP ABAP BDC (batch data communication) -018
- 软件测试知识储备:关于「登录安全」的基础知识,你了解多少?
- Career experience feedback to novice programmers
- Storage of dental stem cells (to be continued)
- Flask1.1.4 Werkzeug1.0.1 源码分析:启动流程
- Nvisual network visualization
猜你喜欢
JVM monitoring and diagnostic tools - command line
Red Hat安装内核头文件
[FPGA tutorial case 14] design and implementation of FIR filter based on vivado core
693. 行程排序
cf:C. Column Swapping【排序 + 模擬】
yarn入门(一篇就够了)
Say sqlyog deceived me!
PTA ladder game exercise set l2-004 search tree judgment
Forkjoin is the most comprehensive and detailed explanation (from principle design to use diagram)
EMMC print cqhci: timeout for tag 10 prompt analysis and solution
随机推荐
Storage of dental stem cells (to be continued)
Jcmd of JVM command: multifunctional command line
k8s运行oracle
jvm命令之 jcmd:多功能命令行
[FPGA tutorial case 13] design and implementation of CIC filter based on vivado core
Things about data storage 2
产业金融3.0:“疏通血管”的金融科技
The solution of a simple algebraic problem
JVM命令之 jstack:打印JVM中线程快照
Interview questions and salary and welfare of Shanghai byte
盘点国内有哪些EDA公司?
Financial risk control practice - decision tree rule mining template
数字IC面试总结(大厂面试经验分享)
改变ui组件原有样式
JVM命令之 jstat:查看JVM統計信息
If you don't know these four caching modes, dare you say you understand caching?
【FPGA教程案例14】基于vivado核的FIR滤波器设计与实现
STM32 key state machine 2 - state simplification and long press function addition
Randomly generate session_ id
VScode进行代码补全