Skip to content

ihongChen/PlayRecommendSystem

Repository files navigation

Recommended System Play-Ground.

This is the place I try to figure out how to implement recommendation algos

data sets

  • movielens
  • funds
  • sketchFab
  • lastfm

Algos

  • content based demo code

  • nearest neighbor (User-Based CF, Item-Based CF)

    • issue: very inefficient to compute pairwise similarity(distance)
    • demo code
  • matrix factorization (explicit/implicit ALS, SGD ...) demo

  • Learning to Rank

speed up

  • Approximate Nearest Neighbors
    • issue: can't install properyly under windows env (solved)
      • annoy -- ubuntu16.04, windows server2012 (update conda to python 3.6 version)
      • nmslib -- failed
    • how to use it? lightFM+annoy

Demo website

Notebooks

About

This is the play-ground of recommended system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published