From 4691c3d28d36a0502b072673dd35c598ebb6b115 Mon Sep 17 00:00:00 2001 From: Rafael Pires <rafael.pires@epfl.ch> Date: Tue, 13 Dec 2022 10:43:00 +0100 Subject: [PATCH] README intro --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 1e57bb5..785ed13 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,9 @@ decentralizepy ============== +decentralizepy is a framework for running distributed applications (particularly ML) on top of arbitrary topologies (decentralized, federated, parameter server). +It was primarily conceived for assessing scientific ideas on several aspects of distributed learning (communication efficiency, privacy, data heterogeneity etc.). + ------------------------- Setting up decentralizepy ------------------------- -- GitLab