medtorch / Q-Aid-Core

An intuitive platform for deploying the latest discoveries in healthcare AI to everybody's phones. Powered by PyTorch!
MIT License
11 stars 5 forks source link

Medical MVP: Adding federated learning stub #41

Open bcebere opened 4 years ago

bcebere commented 4 years ago

We want to distribute the learning process among hospitals, without releasing their documents. This should give us the ability to improve the current baseline.

Depending on the dataset, we could do federated learning over user's data instead, and we need an API to support that.

We need to document our limits/depends