From f6e546947dab2446bdbb5917f38c52a5167fe69c Mon Sep 17 00:00:00 2001 From: kirayummy Date: Fri, 21 Jun 2019 10:10:48 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8874c99..66dfd35 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Paddle Graph Learning (PGL) is an efficient and flexible graph learning framewor ![The Framework of Paddle Graph Learning (PGL)](https://github.com/PaddlePaddle/PGL/blob/master/docs/source/_static/framework_of_pgl.png) +The framework of Paddle Graph Learning (PGL) We provide python interfaces for storing/reading/querying graph structured data and two fundamental computational interfaces, which are walk based paradigm and message-passing based paradigm as shown in the above framework of PGL, for building cutting-edge graph learning algorithms. Combined with the PaddlePaddle deep learning framework, we are able to support both graph representation learning models and graph neural networks, and thus our framework has a wide range of graph-based applications. -- GitLab