This code implements the GraphSAGE model, originally published by
- William L. Hamilton, Rex Ying, Jure Leskovec: "Inductive Representation Learning on Large Graphs", 2017.
TensorFlow programs can import and use it as described in its API docs.
This model is covered by semantic versioning of TensorFlow GNN's open-source releases: new minor versions do not break existing users.