google-research / federated

A collection of Google research projects related to Federated Learning and Federated Analytics.
Apache License 2.0
692 stars 196 forks source link

Code for the Location Heatmaps paper. #47

Open ebagdasa opened 3 years ago

ebagdasa commented 3 years ago

This code demonstrates ability to build location heatmaps using distributed differential privacy mechanism and proposed adaptive algorithm. The code represents this paper: https://arxiv.org/abs/2111.02356 . It also includes the Google Colab example for the experiments.

google-cla[bot] commented 3 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

ebagdasa commented 3 years ago

@googlebot I signed it!

ebagdasa commented 2 years ago

@samellem please take a look, addressed your comments

ebagdasa commented 2 years ago

yeah, thanks a lot and sorry for missed comments. Should be all good now.