/RecommenderSystems

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.

Primary LanguagePython

Issues