[P] ML over Encrypted Data

This page summarizes the projects mentioned and recommended in the original post on /r/MachineLearning

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • concrete-numpy

    Concrete-Numpy: A library to turn programs into their homomorphic equivalent.

  • Hi everyone, we have developed a library that applies numpy functions over encrypted data (using homomorphic encryption). The repo is available in open source at https://github.com/zama-ai/concrete-numpy

  • Hey now I can't say anything about concrete, but from my experience with MS-SEAL it is an order of magnitude slower on cyphertexts than the straight addition or multiplication on the plaintext message. You can try it out using one of my own libraries in a jupyter notebook here: https://gitlab.com/deepcypher/python-fhez/ in the examples directory, on Fashion-MNIST (for how see: https://python-fhez.readthedocs.io/en/latest/examples.html) . I am working on a sister project using go and lattigo to see if I can improve performance as the real problem is not only is FHE slower but wrapping it in a language like python with numpy custom containers (which is also what concrete does AFAIK) adds probably even more time and lots of space too!

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts