tree: 22d05f168e80eb530ba86f10c68d070156923705 [path history] [tgz]
  1. BUILD.gn
  2. DEPS
  3. floc_blocklist_service.cc
  4. floc_blocklist_service.h
  5. floc_blocklist_service_unittest.cc
  6. floc_constants.cc
  7. floc_constants.h
  8. floc_id.cc
  9. floc_id.h
  10. floc_sorting_lsh_clusters_service.cc
  11. floc_sorting_lsh_clusters_service.h
  12. floc_sorting_lsh_clusters_service_unittest.cc
  13. OWNERS
  14. README.md
  15. sim_hash.cc
  16. sim_hash.h
  17. 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).