tree: 180a927f6c9a0d3acfe81f2253ee8cb40f03e969 [path history] [tgz]
  1. features/
  2. BUILD.gn
  3. COMMON_METADATA
  4. DEPS
  5. DIR_METADATA
  6. floc_constants.cc
  7. floc_constants.h
  8. floc_id.cc
  9. floc_id.h
  10. floc_id_unittest.cc
  11. floc_sorting_lsh_clusters_service.cc
  12. floc_sorting_lsh_clusters_service.h
  13. floc_sorting_lsh_clusters_service_unittest.cc
  14. OWNERS
  15. README.md
  16. sim_hash.cc
  17. sim_hash.h
  18. 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).