论文笔记
文章平均质量分 92
论文阅读笔记
zzy979
这个作者很懒,什么都没留下…
展开
-
【论文笔记】HeCo
Self-Supervised Heterogeneous Graph Neural Network with Co-Contrastive Learning2021 KDD论文链接:https://arxiv.org/pdf/2105.09111官方代码:https://github.com/liun-online/HeCo(少见的作者代码写得清楚又简单)个人实现:https://github.com/ZZy979/pytorch-tutorial/tree/master/gnn/heco1.原创 2021-09-29 20:16:40 · 1555 阅读 · 0 评论 -
【论文笔记】C&S
Combining Label Propagation and Simple Models out-Performs Graph Neural Networks2021 ICLR论文链接:https://arxiv.org/pdf/2010.13993官方代码:https://github.com/CUAI/CorrectAndSmoothDGL实现:https://github.com/dmlc/dgl/tree/master/examples/pytorch/correct_and_smooth原创 2021-09-29 19:39:05 · 601 阅读 · 2 评论 -
【论文笔记】R-HGNN
Heterogeneous Graph Representation Learning with Relation Awareness2021论文链接:https://arxiv.org/pdf/2105.11122官方代码:https://github.com/yule-BUAA/R-HGNN/个人实现:https://github.com/ZZy979/pytorch-tutorial/tree/master/gnn/rhgnn1.引言在异构图中,不同类型的关系能够反映顶点不同的特性因此,原创 2021-09-27 21:10:08 · 1272 阅读 · 1 评论 -
【论文笔记】R-GCN
Modeling Relational Data with Graph Convolutional Networks2018 ESWC论文链接:https://arxiv.org/pdf/1703.06103代码:官方代码https://github.com/tkipf/relational-gcnhttps://github.com/MichSchli/RelationPredictionDGL实现https://github.com/dmlc/dgl/tree/master/e原创 2021-09-27 20:44:02 · 1560 阅读 · 3 评论 -
【论文笔记】HGT
Heterogeneous Graph Transformer2020 WWW论文链接:https://arxiv.org/pdf/2003.01332代码:官方代码:https://github.com/acbull/pyHGTDGL实现:https://github.com/dmlc/dgl/tree/master/examples/pytorch/hgt个人实现:https://github.com/ZZy979/pytorch-tutorial/tree/master/gnn/hgt原创 2021-09-21 16:57:39 · 3219 阅读 · 5 评论 -
【论文笔记】HAN
Heterogeneous Graph Attention Network2019 WWW论文链接:https://arxiv.org/pdf/1903.07293代码:官方代码:https://github.com/Jhy1993/HANDGL实现:https://github.com/dmlc/dgl/tree/master/examples/pytorch/han个人实现:https://github.com/ZZy979/pytorch-tutorial/tree/master/gnn原创 2021-09-16 17:02:45 · 2265 阅读 · 1 评论 -
【论文笔记】HetGNN
Heterogeneous Graph Neural Network2019 KDD论文链接:https://dl.acm.org/doi/pdf/10.1145/3292500.3330961官方代码:https://github.com/chuxuzhang/KDD2019_HetGNN个人实现:https://github.com/ZZy979/pytorch-tutorial/tree/master/gnn/hetgnn1.引言(本文研究的)异构图不仅包含多个类型的顶点之间的结构化关联(原创 2021-09-16 16:30:04 · 2124 阅读 · 3 评论 -
【论文笔记】GCN
Semi-Supervised Classification with Graph Convolutional Networks2017 ICLR论文链接:https://arxiv.org/pdf/1609.02907代码:官方代码:https://github.com/tkipf/gcnhttps://tkipf.github.io/graph-convolutional-networks/DGL实现:https://github.com/dmlc/dgl/tree/master/原创 2021-04-23 22:10:58 · 232 阅读 · 0 评论 -
【论文笔记】GAT
Graph Attention Networks2018 ICLR论文链接:https://arxiv.org/pdf/1710.10903官方网站:https://petar-v.com/GAT/代码:官方代码:https://github.com/PetarV-/GATDGL实现:https://github.com/dmlc/dgl/tree/master/examples/pytorch/gat个人实现: https://github.com/ZZy979/pytorch-tutor原创 2021-04-23 17:24:48 · 836 阅读 · 0 评论