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