tree: a1838498460923acb3245a7f21a296b051b981a9 [path history] [tgz]
  1. BUILD.gn
  2. DEPS
  3. DIR_METADATA
  4. floc_constants.cc
  5. floc_constants.h
  6. floc_id.cc
  7. floc_id.h
  8. floc_id_unittest.cc
  9. floc_sorting_lsh_clusters_service.cc
  10. floc_sorting_lsh_clusters_service.h
  11. floc_sorting_lsh_clusters_service_unittest.cc
  12. OWNERS
  13. README.md
  14. sim_hash.cc
  15. sim_hash.h
  16. sim_hash_unittest.cc
components/federated_learning/README.md

Federated Learning Component

The FLoC (Federated Learning of Cohorts) project aims to group users based on their browsing habits in a privacy preserving way, that would allow interest-based advertising without exposing a user’s browsing history.

This component contains data types (e.g. FlocID) that other layers could access (e.g. chrome/browser, services/network).