llgeek / K-anonymity-and-Differential-Privacy
Implementation of DataFly for K-anonymity, and implemented Laplace Mechanism and Exponential Mechanism for Differential Privacy
☆39Updated 6 years ago
Alternatives and similar repositories for K-anonymity-and-Differential-Privacy
Users that are interested in K-anonymity-and-Differential-Privacy are comparing it to the libraries listed below
Sorting:
- Sample LDP implementation in Python☆126Updated last year
- Useful tools for differential privacy☆216Updated 2 years ago
- 本项目实现自《差分隐私下满足一致性的轨迹流量发布方法》,作者蔡剑平☆12Updated 5 years ago
- Python package for simple implementations of state-of-the-art LDP frequency estimation algorithms. Contains code for our VLDB 2021 Paper.☆74Updated last year
- Accompanying source code to my Bachelor's thesis at TUHH☆11Updated 7 years ago
- code for 'Differential Location Privacy for Sparse Mobile Crowdsensing' at ICDM'16☆45Updated 8 years ago
- Utility-aware synthesis of differentially private and attack-resilient location traces☆24Updated 6 years ago
- Concentrated Differentially Private Gradient Descent with Adaptive per-iteration Privacy Budget☆49Updated 7 years ago
- Applying Laplace and exponential mechanisms to add random noise to data for differential privacy. Plotting MSE vs. epsilon.☆29Updated 4 years ago
- Implementation of calibration bounds for differential privacy in the shuffle model☆22Updated 4 years ago
- Code for NIPS'2017 paper☆50Updated 4 years ago
- IEEE TIFS'20: VeriFL: Communication-Efficient and Fast Verifiable Aggregation for Federated Learning☆24Updated 2 years ago
- FedAvg code with privacy protection function, the application of Paillier homomorphic encryption algorithm and differential privacy, diff…☆117Updated 7 months ago
- Differential private machine learning☆191Updated 3 years ago
- Naive implementation of basic Differential-Privacy framework and algorithms☆48Updated 2 years ago
- Location Privacy Protection System Based on K-Anonymous☆24Updated 8 years ago
- Differential Privacy Preservation in Deep Learning under Model Attacks☆135Updated 4 years ago
- Protecting location privacy of workers and requesters in spatial crowdsourcing☆8Updated 6 years ago
- Secure and utility-aware data collection with condensed local differential privacy☆17Updated 5 years ago
- The Algorithmic Foundations of Differential Pivacy by Cynthia Dwork Chinese Translation☆163Updated 2 years ago
- An implementation of Secure Aggregation algorithm based on "Practical Secure Aggregation for Privacy-Preserving Machine Learning (Bonawit…