From 4edb0dd40c7273fd21676ad1686a06fa89425f02 Mon Sep 17 00:00:00 2001 From: Arno Eigenwillig Date: Wed, 24 Apr 2024 08:58:25 -0700 Subject: [PATCH] Link TF-GNN blog post from GitHub. PiperOrigin-RevId: 627745643 --- README.md | 6 +++--- tensorflow_gnn/docs/guide/overview.md | 8 ++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e54c250..e5ac22c6 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ This library is an OSS port of a Google-internal library used in a broad variety of contexts, on homogeneous and heterogeneous graphs, and in conjunction with other scalable graph mining tools. -For background and discussion, please see O. Ferludin et al.: -[TF-GNN: Graph Neural Networks in TensorFlow](https://arxiv.org/abs/2207.03522), -2023 (full citation below). +For background, please see our +[blog post](https://blog.tensorflow.org/2024/02/graph-neural-networks-in-tensorflow.html) +and the [TF-GNN paper](https://arxiv.org/abs/2207.03522) (full citation below). ## Quickstart diff --git a/tensorflow_gnn/docs/guide/overview.md b/tensorflow_gnn/docs/guide/overview.md index b49a34c3..adfb3152 100644 --- a/tensorflow_gnn/docs/guide/overview.md +++ b/tensorflow_gnn/docs/guide/overview.md @@ -119,3 +119,11 @@ The following research paper describes the design of this library: * O. Ferludin et al.: [TF-GNN: Graph Neural Networks in TensorFlow](https://arxiv.org/abs/2207.03522), 2023. + +## Blog posts + + * [Graph neural networks in TensorFlow](https://blog.tensorflow.org/2024/02/graph-neural-networks-in-tensorflow.html) + (February 06, 2024) for release 1.0. + * [Introducing TensorFlow Graph Neural Networks](https://blog.tensorflow.org/2021/11/introducing-tensorflow-gnn.html) + (November 18, 2021) for the initial open-sourcing ahead of release 0.1. +