Qiang Yang et al. Federated Machine Learning Concept and Applications
Warning
This post is more than a year old. Information may be outdated.
Intro
- Data exists in isolated islands
- More security required
First FML framework by Google, 2016
Traditional Data Processing Models
- aka Simple Data Transaction Model
- 3 parties
- Data Collector
- Data Sanitizer
- ML Trainer
- Privacy concerns
Overview
- aim to extend to all privacy-preserving decentralized collaborative machine learning techniques.
- simple definition
- parties federate their data without exposing them to each other to attain performance closely comparable to the model trained as if all the information were gathered.
Comments