https://github.com/google-deepmind/privately-counting-distinct-elements
Code accompanying "Counting Distinct Elements Under Person-Level Differential Privacy"
https://github.com/google-deepmind/privately-counting-distinct-elements
algorithms differential-privacy
Last synced: 4 months ago
JSON representation
Code accompanying "Counting Distinct Elements Under Person-Level Differential Privacy"
- Host: GitHub
- URL: https://github.com/google-deepmind/privately-counting-distinct-elements
- Owner: google-deepmind
- License: apache-2.0
- Created: 2024-01-02T19:17:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T21:51:00.000Z (over 1 year ago)
- Last Synced: 2024-05-03T22:46:08.807Z (over 1 year ago)
- Topics: algorithms, differential-privacy
- Language: Python
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
This repository contains the code for running experiments for `Counting Distinct
Elements Under Person-Level Differential Privacy`. This is not an officially supported Google product.Note that the tests were mainly manual and the auto tests in the code are really
weak.