Which technique enables AI models to be updated without retraining from scratch?
- Transfer Learning
- Federated Learning
- Continual Learning
- All of these
Answer: All of these
Efficient AI updates: Transfer Learning adapts pre-trained models; Federated Learning trains on-device; Continual Learning incorporates new data incrementally. Critical for adaptive, resource-efficient AI systems.