Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 450 Bytes

File metadata and controls

14 lines (10 loc) · 450 Bytes

Recommendation Engine for IBM Articles

Summary:

The notebook shows several different recommendation engines used to rank articles that can be shown to users. It includes a content based approach, a collaborative filtering based approach, and SVD. Project was completed as part of the Udacity Data Scientist Nanodegree.

Required packages:

  • pandas
  • nltk
  • jupyter # If you want to view the notebooks
  • scikit-learn
  • matplotlib
  • numpy