Live data from Hacker News

Announcing SecureNN in tf-encrypted

medium.com

1–3 of 3 posts

Re: Announcing SecureNN in tf-encrypted

#2
SecureNN gives efficient secure ReLU's and Maxpooling neural network layers. This is done using secure multiparty computation (MPC).

tf-encrypted is a project that aims to bring secure technologies into a place that feels familiar to practitioners.

You can read more about tf-encrypted here: https://medium.com/dropoutlabs/experimenting-with-tf-encrypt...

and the project github here: https://github.com/mortendahl/tf-encrypted

Re: Announcing SecureNN in tf-encrypted

#3

SecureNN gives efficient secure ReLU's and Maxpooling neural network layers. This is done using secure multiparty computation (MPC). tf-encrypted is a project that aims to bring secure technologies into a place that feels familiar to practitioners. You can read more about tf-encrypted here: https://medium.com/dropoutlabs/experimenting-with-tf-encrypt... and the project github here: https://github.com/mortendahl/tf-en…

with this enabled, will we still be able to use GPU? can GPU calculate encrypted data?