Skip to content

This repository will help you to understand how Federated learning can be implemented on Pima Indians Diabetic Dataset. It involves the use of OpenMined tool called Pysyft and Pytorch for implementation.

Notifications You must be signed in to change notification settings

Madhura12gj/Pima_Federated-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Federated-Learning

Federated learning (FL) is a machine learning technique that trains an algorithm across multiple decentralized edge devices or servers holding local data samples, without exchanging their data samples. In simpler terms, this technique trains the ML model on the place where data resides. For more details check this link.

Advantages

FL helps in privacy preservation of the data. This technique mainly involves privacy preservation techniques such as Homomorphic Encryption, Secured Multi Party Computation (SMPC) and Differential Privacy.

About

This repository will help you to understand how Federated learning can be implemented on Pima Indians Diabetic Dataset. It involves the use of OpenMined tool called Pysyft and Pytorch for implementation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages