williamleif / GraphSAGE

Representation learning on large graphs using stochastic graph convolutions.
Other
3.42k stars 843 forks source link

What is the model architectural difference between transductive GCN and inductive GraphSAGE? #127

Closed guotong1988 closed 4 years ago

guotong1988 commented 4 years ago

Difference of the model design.

It seems the difference is that GraphSAGE sample the data.

But what is the difference in model architecture.

Thank you very much.

@williamleif

guotong1988 commented 4 years ago

https://github.com/tkipf/gcn/issues/168