Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.31 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.31 KB

Movie Lens Recommender

This is a class project developed for a course from Simon Fraser University's master of professional computer science program. Like the original Movie Lens system developed by a research lab in the Department of Computer Science and Engineering at the University of Minnesota, this is a personalized recommender system aiming to deliver good UX when navigating through a large repository of contents (movies/videos).

Problem definition

  • The scale of the content repository: 10^6.
  • The number of active users in the system: 10^7.
  • Must achieve high precision.
  • Under resonable cost, 95th percentile latency should be kept below 1 second.

Datasets Reference & Resources

Preparations

  1. third_party/README.md
  2. src/ingestion/README.md
  3. src/loader/README.md
  4. src/feature_processor/README.md
  5. src/model/README.md

Author Mapping