Federated Learning is a decentralized approach to Machine Learning that enables models to be trained across multiple devices or servers without the need to centralize data in one location. Instead of collecting data into a single repository, Federated Learning trains algorithms locally on devices where the data resides, and only the model updates are sent back to a central server for aggregation. This technique preserves data privacy and reduces the need to transfer large datasets, making it particularly useful for applications where sensitive information, such as healthcare or personal device data, is involved. First introduced by Google in 2016, Federated Learning has become an important method in privacy-preserving AI.