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

Neuroevolution is a type of AI learning that combines neural networks and evolutionary algorithms. Neuroevolution algorithms evolve neural networks over generations, adapting them to…
Support Vector Machines (SVMs) are Machine Learning algorithms used for classification and regression tasks. SVMs create decision boundaries and maximise the margin between different…
Recommender Systems are AI systems that provide personalised recommendations to users based on their preferences and previous behaviour. These systems analyse large amounts of…
Instance-Based Learning is an AI approach where models make predictions based on similarity to previously seen examples. Instead of generalising from a predefined set…