Q1. Which of the following AI model training techniques involves training an algorithm across multiple decentralized edge devices or servers holding local data samples, without exchanging them?
- A.Reinforcement learning
- B.Federated learning✓ Correct
- C.Supervised learning
- D.Transfer learning
Explanation: Federated learning enables multiple entities to collaborate in solving a machine learning problem without sharing their actual private data, only the model updates. Learn more.