tkipf / gcn

Implementation of Graph Convolutional Networks in TensorFlow
MIT License
7.1k stars 2k forks source link

Comparison details of GCN and node2vec #188

Closed jianglinpu closed 3 years ago

jianglinpu commented 3 years ago

When node2vec and GCN are used for comparison experiment of node classification, does node2vec need to divide the data set like GCN?