An open API service indexing awesome lists of open source software.

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

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.