In PaddleFL, components for defining a federated learning task and training a federated learning job are as follows:
...
...
@@ -52,6 +52,8 @@ In PaddleFL, components for defining a federated learning task and training a fe
-**FL-Worker**: Each organization participates in federated learning will have one or more federated workers that will communicate with the federated parameter server.
-**FL-scheduler**: Decide which set of trainers can join the training before each updating cycle.
## Install Guide and Quick-Start
Please reference [Quick Start](https://paddlefl.readthedocs.io/en/latest/instruction.html) for installation and quick-start example.