From 90331a108840836893809abea0e836bdd9d39b0c Mon Sep 17 00:00:00 2001 From: Arno Eigenwillig Date: Tue, 12 Mar 2024 02:39:46 -0700 Subject: [PATCH] Internal change. PiperOrigin-RevId: 614966852 --- tensorflow_gnn/docs/guide/overview.md | 3 +++ 1 file changed, 3 insertions(+) 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: