Python-Recommendation-System

Looks at 5 recommendation systems and implements them in Python:

  1. Popularity
  2. Correlation
  3. Logisitic Classification
  4. Model
  5. Content

And we finally evaluate a given recommendation using precision and recall.