Skip to content

Commit

Permalink
Merge pull request #5 from Spartan-119/abin_side_branch
Browse files Browse the repository at this point in the history
Fixed a typo and added a tool (Flower).
  • Loading branch information
leriomaggio authored Nov 23, 2024
2 parents 5d48798 + ff46554 commit 7d2310d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

1. **Fork the Repository**
- Click the 'Fork' button in the top right of this repository
- Clone your fork locally: `git clone https://github.com/OpenMined/30DaysOfFLCode`
- Clone your forked locally: `git clone https://github.com/OpenMined/30DaysOfFLCode`

2. **Create a Branch**
- Create a new branch for your addition: `git checkout -b <category-resource-name>`
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ Federated learning involves training statistical models over remote devices or s

* [SyftBox](https://github.com/OpenMined/syft) - Discover SyftBox, an exciting new project by OpenMined that puts Privacy-Enhancing Technologies at its core.

* [Flower](https://github.com/adap/flower) - An ML framework agnostic friendly Federated AI network developed by Flower Labs.

### Books

* [Optimization Algorithms for Distributed Machine Learning](https://link.springer.com/book/10.1007/978-3-031-19067-4) - Textbook discussing SoTA optimization algorithms for distributed/federated machine learning. Access to materials requires subscription.
Expand Down

0 comments on commit 7d2310d

Please sign in to comment.