Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 637 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 637 Bytes

Traincrypt

Privacy-preserving Machine Learning using Homomorphic Encryption

Traincrypt aims to implement and (perhaps in the near future) create an API for easy development of privacy preserving machine learning techniques. Currently, linear regression is implemented over the Paillier cipher.

Source code is written in Jupyter Notebook format. You may view the source from here.

Used APIs