Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1018 Bytes

File metadata and controls

14 lines (9 loc) · 1018 Bytes
hidden true

Federated Learning Module

The Federated Learning module in MEDomicsLab is the third component of the development layer, responsible for conducting federated learning training. Federated learning allows multiple parties to collaboratively train a shared machine learning model without sharing their raw data. This module facilitates decentralized model training across distributed datasets while preserving data privacy and security. It enables researchers and developers to build, optimize, and deploy federated learning models efficiently within the MEDomicsLab platform.

For more information on federated learning, you can read more here and explore this article from Google AI Blog.

LET'S GET STARTED!