GNN专栏总览

图卷积神经网络

1. 理论篇

  1. 原理
  1. http://xtf615.com/2019/02/24/gcn/
  2. https://zhuanlan.zhihu.com/p/107162772
  3. https://zhuanlan.zhihu.com/p/54505069
  4. b站教程
  5. 根据b站教程-我自己的理解
  1. 论文

综述类:

  1. HOW POWERFUL ARE GRAPH NEURAL NETWORKS?
  2. Bridging the Gap between Spatial and Spectral Domains: A Survey on Graph Neural Networks

研究类:

  1. 第一代GCN:Spectral Networks and Locally Connected Networks on Graphs
  2. 第二代GCN:Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering
  3. 第三代GCN:Semi-Supervised Classification with Graph Convolutional Networks

2. 模型篇

  1. 论文

综述类:

  1. Graph Neural Networks: A Review of Methods and Applications
  2. A Comprehensive Survey on Graph Neural Networks

研究类:

  1. SimGNN: A Neural Network Approach to Fast Graph Similarity Computation
    (通过GNN求两个图的相似度)在这里插入图片描述
  1. Spectral Temporal Graph Neural Network for Multivariate Time-series Forecasting

3. 有关gnn的论文检索

https://github.com/thunlp/GNNPapers
https://github.com/ChandlerBang/awesome-self-supervised-gnn

猜你喜欢

转载自blog.csdn.net/Dajian1040556534/article/details/129217142
GNN