https://github.com/poonai/diffrential_privacy
Apple's count-min-sketch algorithm for diffrential privacy
https://github.com/poonai/diffrential_privacy
Last synced: 4 months ago
JSON representation
Apple's count-min-sketch algorithm for diffrential privacy
- Host: GitHub
- URL: https://github.com/poonai/diffrential_privacy
- Owner: poonai
- Created: 2021-03-28T12:38:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-28T13:08:36.000Z (about 4 years ago)
- Last Synced: 2025-02-13T00:49:56.367Z (4 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Diffrential Privacy.
This repo contains the go implementation of [Apple's](https://docs-assets.developer.apple.com/ml-research/papers/learning-with-privacy-at-scale.pdf) count-min-sketch for diffrential privacy.
Example is on `cms_test.go` file.