-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,6 +84,22 @@ For Mac/Linux, use `python3` rather than `python`: | |
python3 <client-script-name>.py | ||
``` | ||
|
||
# For More Information | ||
|
||
There are a number of resources to get started with federated learning . | ||
|
||
## Tutorial: [Introduction to Federated Learning](https://heartbeat.fritz.ai/introduction-to-federated-learning-40eb122754a2) | ||
|
||
This tutorial describes the pipeline of training a machine learning model using federated learning. | ||
|
||
[![](https://miro.medium.com/max/3240/1*6gRmlrDPp5J42HR3QWLYew.jpeg)](https://heartbeat.fritz.ai/introduction-to-federated-learning-40eb122754a2) | ||
|
||
## Tutorial: [Breaking Privacy in Federated Learning](https://heartbeat.fritz.ai/breaking-privacy-in-federated-learning-77fa08ccac9a) | ||
|
||
Even that federated learning does not disclose the private user data, there are some cases in which the privacy of federated learning can be broken. | ||
|
||
[![](https://miro.medium.com/max/3240/1*nZQg-E4a1wOvIH2AmkUUsQ.jpeg)](https://heartbeat.fritz.ai/breaking-privacy-in-federated-learning-77fa08ccac9a) | ||
|
||
# Contact Us | ||
|
||
- E-mail: [[email protected]](mailto:[email protected]) | ||
|