Lesson 14: Datacenter-based Distributed Management Flashcards
1
Q
How does Centralized Learning work?
A
- Aggregate all data to a central location
- Train
- Distribute model to all locations
Downsides:
- has a lot of data transfer costs (send the data to the centralized location to build the models, then send the models to distributed locations for use) – doing this is 53x slower
- data sovereignty
2
Q
How does Federated Learning work?
A
- Evaluate data locally
- Periodically aggregate model/parameters centrally
- Disseminate updates