GraphSAGE

December 13, 2023 ยท View on GitHub

Overview

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.

API stability

This model is covered by semantic versioning of TensorFlow GNN's open-source releases: new minor versions do not break existing users.

Contents

  1. 1Overview
  2. 2API stability