diff --git a/tensorflow_gnn/docs/guide/overview.md b/tensorflow_gnn/docs/guide/overview.md index b1d8e2da..29461d25 100644 --- a/tensorflow_gnn/docs/guide/overview.md +++ b/tensorflow_gnn/docs/guide/overview.md @@ -1,5 +1,7 @@ # TF-GNN: TensorFlow Graph Neural Networks + + The TensorFlow GNN library makes it easy to build Graph Neural Networks, that is, neural networks on graph data (nodes and edges with arbitrary features). It provides TensorFlow code for building GNN models as well as tools for @@ -10,6 +12,7 @@ of multiple sets of nodes and multiple sets of edges, each with their own set of features. These come up naturally when modeling different types of objects (nodes) and their different types of relations (edges). + ## User Documentation Start with our introductory guides: