bytedance / fedlearner

A multi-party collaborative machine learning framework
Apache License 2.0
892 stars 172 forks source link

what is homomorphic encryption scheme for embeddings and gradients in neural network? #899

Open chengmengli06 opened 3 years ago

chengmengli06 commented 3 years ago

what is the homomorphic encryption scheme for embeddings and gradients in neural network? I cannot find anything related to it in the bridge code.

duanbing commented 3 years ago

Not implemented yet. and as far as I know, there is no practical HE schema for the neural network. Welcome to submit a proposal.