Skip to content

Commit

Permalink
Fix image in Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-gruzdev committed Dec 13, 2021
1 parent 62e0052 commit 0ce5180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ OpenFL supports training with TensorFlow 2+ or PyTorch 1.3+ which should be inst

[Federated learning](https://en.wikipedia.org/wiki/Federated_learning) is a distributed machine learning approach that enables collaboration on machine learning projects without having to share sensitive data, such as, patient records, financial data, or classified information. The minimum data movement needed across the federation is solely the model parameters and their updates.

![Federated Learning](docs/images/diagram_fl_new.png)
![Federated Learning](https://raw.githubusercontent.com/intel/openfl/develop/docs/images/diagram_fl_new.png)


### Background
Expand Down

0 comments on commit 0ce5180

Please sign in to comment.