iamtrask / Capsule

DEPRECATED- see https://github.com/OpenMined/OpenMined or https://github.com/OpenMined/PySyft
Apache License 2.0
33 stars 16 forks source link

Capsule Multiparty Computation Demo #8

Open iamtrask opened 6 years ago

iamtrask commented 6 years ago

Description: In this PySyft Demo Notebook for MPC 3 different people (bob, alice, and sam) split up the ownership of any tensors created. In this issue, we want to simulate a Tensor holder so that... for example "alice" could create a tensor and the roles of "bob" and "sam" would happen on the Capsule with all interactions between bob, alice, and sam using the network (ZeroMQ).

Acceptance Criteria:

iamtrask commented 6 years ago

If you're interested in this ticket... just comment here so that folks know you're working on it. Furthermore, we'd really like to tackle this one as a group so feel free to hop on even if you see other folks around :)

pandey-vaibhav commented 6 years ago

I'll have a look on it, any preferred article for MPC to understand it more?

sebasibarguen commented 6 years ago

i'll also work on the issue.

Devin97 commented 6 years ago

I'll work on this as well

iamtrask commented 6 years ago

How's this coming?