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
-
Notifications
You must be signed in to change notification settings - Fork 0
Cross-Silo Federated Learning: An Empirical Study on Learning Gains
License
d-m-silva/dissertation_project
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Cross-Silo Federated Learning: An Empirical Study on Learning Gains
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published