graph_nets
graph_nets copied to clipboard
PyTorch Implementation and Explanation of Graph Representation Learning papers: DeepWalk, GCN, GraphSAGE, ChebNet & GAT.
Results
3
graph_nets issues
Sort by
recently updated
recently updated
newest added
In GraphSage part, just one hop neighbors were used in enc1 and enc2. Maybe , using 2 hop neighbors in enc1 and 1 hop neighbors in enc2 is more proper....