From abfd67d84febded286fc01e66943d9ed80d23aba Mon Sep 17 00:00:00 2001 From: Dong Daxiang <35550832+guru4elephant@users.noreply.github.com> Date: Fri, 27 Sep 2019 22:53:48 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82acda2..1f0b4c5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Data is becoming more and more expensive nowadays, and sharing of raw data is ve ## Overview of PaddleFL - + In PaddleFL, horizontal and vertical federated learning strategies will be implemented according to the categorization given in [4]. Application demonstrations in natural language processing, computer vision and recommendation will be provided in PaddleFL. @@ -29,7 +29,7 @@ In PaddleFL, horizontal and vertical federated learning strategies will be imple ## Framework design of PaddleFL - + In PaddleFL, components for defining a federated learning task and training a federated learning job are as follows: -- GitLab