In this project I implemented different recommendation engines for users of the IBM Watson Studio platform.
Implemented
- Rank Based Recommendations: recommended the most popular articles based on the highest user interactions
- User-User Based Collaborative Filtering: recommended unseen articles that were viewed by most similar users
- Content Based Recommendations: recommended articles based on similarity of content
- Matrix Factorization: performed SVD to predict articles a user might interact with
You can find the results of the analysis in either html form or complete Jupyter Notebook:
The project is part of the Udacity Data Science Nanodegree.