• Stars
    star
    5
  • Rank 2,858,744 (Top 57 %)
  • Language
    Python
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Project about context-aware recommender systems on the #NowPlaying dataset. I demonstrate two recommender system techniques. The first uses tensor factorisation (contextual modelling) to predict ratings and Determinantal Point Processes to recommend items. The second uses Singular Value Decomposition to predict ratings and post-filtering to recommend items based on context.