NBsyxx / privacy-preserving-machine-learning-with-hormomophic-encrypted-dataLinks
This project studied homomorphic encryption and attempted to apply it in training machine learning models. We trained some models on plain data and evaluated them on encrypted data using encrypted parameters. We eventually created a logistic regression model that trains on encrypted data and maintains high accuracy
☆14Updated 3 years ago
Alternatives and similar repositories for privacy-preserving-machine-learning-with-hormomophic-encrypted-data
Users that are interested in privacy-preserving-machine-learning-with-hormomophic-encrypted-data are comparing it to the libraries listed below
Sorting:
- SAFEFL: MPC-friendly Framework for Private and Robust Federated Learning☆44Updated 2 years ago
- Privacy-Preserving Deep Learning via Additively Homomorphic Encryption☆72Updated 4 years ago
- Privacy-preserving federated learning is distributed machine learning where multiple collaborators train a model through protected gradi…☆31Updated 4 years ago
- Code repository for the paper at USENIX Security'24☆33Updated last year
- Preserve data privacy with k-anonymity (samarati & mondrian), differential privacy, federated learning, paillier homomorphic encryption, …☆61Updated 3 years ago
- Repository for collection of research papers on multi-party learning.☆33Updated 2 years ago
- A secure multi-party computation library based on arithmetic secret sharing and function secret sharing.☆86Updated last month
- FedAvg code with privacy protection function, the application of Paillier homomorphic encryption algorithm and differential privacy, diff…☆130Updated last year
- Multi‐key homomorphic encryption based on MKCKKS☆20Updated 3 years ago
- Medical data is often highly sensitive in terms of data privacy and security concerns. Federated learning, one type of machine learn- ing…☆23Updated 3 years ago
- An implementation of Secure Aggregation algorithm based on "Practical Secure Aggregation for Privacy-Preserving Machine Learning (Bonawit…