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

Backpropagation is a technique used in training Artificial Neural Networks. It involves propagating error information backward through the network, allowing adjustments to be made…
Neuroevolution is a type of AI learning that combines neural networks and evolutionary algorithms. Neuroevolution algorithms evolve neural networks over generations, adapting them to…
One-Shot learning is an AI approach that enables models to learn from only one or a few examples. This approach is advantageous in tasks…
Variational Autoencoders are a type of generative model used in unsupervised learning. VAEs learn a low-dimensional representation of input data and can generate new…