Skip to content

catb62/Federated_Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Federated Learning Implementations (Flower-based)

This repository aggregates minimal implementations of federated learning algorithms built on Flower (PyTorch) for quick start and comparison.

  • FedAvg/: Minimal implementation of Federated Averaging (FedAvg)
  • FedProto/: Minimal implementation of Federated Prototype Learning (FedProto)
  • FedTGP/: Minimal implementation of Trainable Global Prototypes with Adaptive-Margin-Enhanced Contrastive Learning (FedTGP)
  • LG-FedAvg/: Minimal implementation of Think Locally, Act Globally (LG-FedAvg)

Refer to each subdirectory README.md for installation and local simulation instructions.


References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors