Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cheungatm authored May 29, 2022
1 parent 411df46 commit 2a93ec5
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
@@ -1,6 +1,6 @@
# detectICH
This is the associated repository for our manuscript titled "Methods and Impact for using Federated Learning to collaborate on clinical research".
The manuscript and repository should serve as a practical guide to conceptualizing, building, and executing a federated learning project to train a decentralized model across multiple medical centers. Please fork this repository and edit it as needed for your own projects using nvflare, as well as copy as examples the documentation we provided our various cites and the on-prem and cloud hardware that was utilized as part of this project.
The manuscript and repository should serve as a practical guide to conceptualizing, building, and executing a federated learning project to train a decentralized model across multiple medical centers. Please fork this repository and edit it as needed for your own projects using nvflare, as well as copy as examples the documentation we provided our various cites and the on-prem and cloud hardware that was utilized as part of this project. The ich-fl folder contains the scripts necessary to train a classifier for ICH detection through a federated paradigm, while the src folder is merely for comparison to help illustrate how to convert "traditional", centralized machine learning code to be compatible with nvflare.

As an end-user, we highly recommend inspecting and familiarizing yourself with the base repository hosted by nVidia: https://github.com/NVIDIA/NVFlare .

Expand Down

0 comments on commit 2a93ec5

Please sign in to comment.