diff --git a/README.md b/README.md index 1f0b4c524f50c971b0813da36d0411bf38961d27..032692f5505668ced691baf8f427a250edcf7c07 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # PaddleFL + + PaddleFL is an open source federated learning framework based on PaddlePaddle. Researchers can easily replicate and compare different federated learning algorithms with PaddleFL. Developers can also benefit from PaddleFL in that it is easy to deploy a federated learning system in large scale distributed clusters. In PaddleFL, serveral federated learning strategies will be provided with application in computer vision, natural language processing, recommendation and so on. Application of traditional machine learning training strategies such as Multi-task learning, Transfer Learning in Federated Learning settings will be provided. Based on PaddlePaddle's large scale distributed training and elastic scheduling of training job on Kubernetes, PaddleFL can be easily deployed based on full-stack open sourced software. ## Federated Learning