很高兴为您推荐流行的图神经网络模型。这里是我的推荐列表:
卷积神经网络 (CNN)
递归神经网络 (RNN)
自注意力机制 (Transformer)
双向递归神经网络 (BRNN)
门控循环单元 (GRU)
长短期记忆网络 (LSTM)
双流图神经网络 (Bi-Directional Graph Neural Network, BGNN)
图注意力网络 (Graph Attention Network, GAT)
图卷积神经网络 (Graph Convolutional Network, GCN)
图自注意力网络 (Graph Self-Attention Network, GSAN)
图双流自注意力网络 (Graph Bi-Directional Self-Attention Network, GBSAN)
图注意力递归神经网络 (Graph Attention Recurrent Network, GARN)
图注意力循环单元 (Graph Attention GRU, GAGRU)
图注意力长短期记忆网络 (Graph Attention LSTM, GALSTM)
图注意力双流循环单元 (Graph Bi-Directional Attention GRU, GBAGRU)
图注意力双流长短期记忆网络 (Graph Bi-Directional Attention LSTM, GBALSTM)
图注意力双流递归神经网络 (Graph Bi-Directional Attention RNN, GBARNN)
图卷积长短期记忆网络 (Graph Convolutional LSTM, GCLSTM)
图卷积双流长短期记忆网络 (Graph Convolutional Bi-Directional LSTM, GCBLSTM)
图卷积双流递归神经网络 (Graph Convolutional Bi-Directional RNN, GCBRNN)
在这里推荐几个比较流行的图神经网络模型的源码:
Graph Convolutional Network (GCN):https://github.com/tkipf/pygcn
Graph Attention Network (GAT):https://github.com/PetarV-/GAT
DeepWalk:https://github.com/phanein/deepwalk
Node2Vec:https://github.com/aditya-grover/node2vec
PageRank:https://github.com/dennybritz/pagerank-py
Spectral Clustering:https://github.com/lmcinnes/spectral_clustering
Structural Role Similarity:https://github.com/dorian3d/StructuralRoleSimilarity
GraphSAGE:https://github.com/williamleif/GraphSAGE
Random Walk with Restart (RWR):https://github.com/vahidk/RWR
Graph Isomorphism Network (GIN):https://github.com/weihua916/powerful-gnns
Graph Autoencoder:https://github.com/suanrong/GraphAutoEncoder
Large-scale Graph Convolutional Networks (GraphSAINT):https://github.com/PetarV-/GraphSAINT
Graph Neural Network (GNN) Explainer:https://github.com/jkuczm/gnn-explainer
Graph Convolutional Policy Network (GCPN):https://github.com/shenweichen/GCPN
Relational Graph Convolutional Network (RGCN):https://github.com/DeepGraphLearning/RecommenderSystems
Graph Neural Network (GNN) Benchmark:https://github.com/jwchen307/GNN-Benchmark
Graph Neural Tangent Kernel (GNTK):https://github.com/google/graph_neural_tangent_kernel
GraphWave:https://github.com/leoribeiro/graphwave
Graph Mixer:https://github.com/google-research/graph_mixer
Message Passing Neural Network (MPNN):https://github.com/deepmind/mpnn
希望这些源码能帮到你!