Python icon indicating copy to clipboard operation
Python copied to clipboard

Add federated learning to machine learning submodules

Open justynigam opened this issue 3 months ago • 1 comments

Feature description

Proposal: Add support for federated learning within the machine learning submodules. Federated learning is an important paradigm for distributed machine learning, allowing algorithms to be trained across multiple devices or servers holding local data samples, without exchanging them.

This addition could include:

  • A brief introduction and documentation about federated learning
  • Implementation of basic federated averaging algorithm
  • Example usage and integration with existing ML modules
  • Tests and sample scripts demonstrating federated learning

This would improve the repository's coverage of modern machine learning techniques and provide educational value for users interested in privacy-preserving distributed learning.

justynigam avatar Oct 20 '25 05:10 justynigam

Hey @justynigam is this issue still open? I see a pull request on it already

Kalpesh-18 avatar Nov 03 '25 15:11 Kalpesh-18