From 86d14a22612b0eea905f670cd39f82d0b3268bda Mon Sep 17 00:00:00 2001 From: Dong Daxiang <35550832+guru4elephant@users.noreply.github.com> Date: Sun, 29 Sep 2019 17:29:20 +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 138f228..68ac126 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,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. @@ -30,7 +30,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