From 1c34d120bf71bcd5bd6fabec2476f1e5cd81deeb Mon Sep 17 00:00:00 2001 From: Dong Daxiang <35550832+guru4elephant@users.noreply.github.com> Date: Fri, 27 Sep 2019 22:52:50 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec08f5d..82acda2 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: @@ -96,4 +96,4 @@ Gru4Rec [9] introduces recurrent neural network model in session-based recommend [8]. Yang Liu, Tianjian Chen, Qiang Yang. **Secure Federated Transfer Learning.** 2018 -[9]. Balázs Hidasi, Alexandros Karatzoglou, Linas Baltrunas, Domonkos Tikk. **Session-based Recommendations with Recurrent Neural Networks.** 2016 \ No newline at end of file +[9]. Balázs Hidasi, Alexandros Karatzoglou, Linas Baltrunas, Domonkos Tikk. **Session-based Recommendations with Recurrent Neural Networks.** 2016 -- GitLab