What is Federated Learning?

Skill Level:

Federated Learning is a privacy-preserving technique where AI models are trained across multiple decentralised devices or systems without sharing raw data. Instead, only aggregated model updates are exchanged, ensuring data privacy and security. Federated Learning enables businesses to harness the collective intelligence of distributed devices while maintaining data confidentiality.

Other Definitions

Supervised Learning is a Machine Learning approach where models are trained using labelled data, with both input and output pairs. By learning from the…
Cybersecurity in Artificial Intelligence addresses the protection of AI systems from security threats and vulnerabilities. It involves implementing strategies and technologies to safeguard AI…
Genetic Algorithms are optimisation techniques inspired by the principles of evolution. By mimicking natural selection, Genetic Algorithms explore a large search space and find…
Backpropagation is a technique used in training Artificial Neural Networks. It involves propagating error information backward through the network, allowing adjustments to be made…