Skip to content

Latest commit

 

History

History
56 lines (32 loc) · 1.68 KB

README.md

File metadata and controls

56 lines (32 loc) · 1.68 KB

Dap-FL: Federated Learning flourishes by adaptive tuning and secure aggregation

Implemented based on Tensorflow


  • The copyright of the code in this project belongs to the authors of the Dap-FL paper and can only be used for academic research. If you need to quote or reprint, please indicate the source and the original link.

  • The final interpretation right of this copyright and disclaimer belongs to the authors.


Reference

Contents

dap_ddpg.py

define the basic ddpg model with an actor, a critic and a cost

ddpg_enhanced_second_train.py

execute FL training in dap

baseline_second_train.py

FL with fixed hyper-paraneters, i.e., FedAvg

mia.py

model inversation accacks

Experimental Settings

Machine Learning Tasks

Adaptive FL Settings