I want to discuss my proposal w.r.t the Structured Transparency Framework with a mentor #253
-
Hi Mentors, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Hey, @rahulsharma-rs! |
Beta Was this translation helpful? Give feedback.
-
I have same doubts |
Beta Was this translation helpful? Give feedback.
-
hi @rahulsharma-rs |
Beta Was this translation helpful? Give feedback.
hi @rahulsharma-rs
In the case of federated learning your ml model will send to the device where the users data lives . As the user can copy your model , so you have input privacy issues here .You can encrypt your models by Homomorphic Encryption or secure multiparty computation to prevent this .
As the data is not moving from their respective device so nobody can copy users data . So in this case input privacy is not needed for the users data .
So in federated learning you have one input privacy scenarios not two .