Skip to content

Cross-Silo Federated Learning: An Empirical Study on Learning Gains

License

Notifications You must be signed in to change notification settings

d-m-silva/dissertation_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cross-Silo Federated Learning: An Empirical Study on Learning Gains

Project Structure

dissertation_project/
│
├── LICENSE
├── README.md (this file)
├── requirements.txt
│
└── federated-learning/
    ├── data/
    │   └── README.md
    ├── example/
    │   ├── tests/
    │   │   ├── filtering_logs/
    │   │   │   └── ...
    │   │   ├── intermediate_results/
    │   │   │   └── ...
    │   │   ├── results/
    │   │   │   ├── adult/
    │   │   │   │   └── ...
    │   │   │   └── sent140/
    │   │   │       └── ...
    │   │   └── test_run_fl.py
    │   ├── config_exp.py
    │   └── model.py
    ├── federated/
    │   ├── client/
    │   │   └── fed_client.py
    │   ├── server/
    │   │   ├── fed_agg.py
    │   │   ├── fed_avg.py
    │   │   ├── fed_differencial_privacy.py
    │   │   └── fed_per.py
    │   ├── feddata/
    │   │   ├── acs_data_states.py
    │   │   ├── adult_fl_loader.py
    │   │   └── sent140_loader_silo_exp.py
    │   ├── config.py
    │   └── fed_learning_exp.py

About

Cross-Silo Federated Learning: An Empirical Study on Learning Gains

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages