DSND Term 2 Project: Recommendations with IBM
The code should run with no issues using Python versions 3.*. If you use Anaconda, please make sure install below libraries:
- nltk
- re
You will also need to have software installed to run and execute an iPython Notebook.
For this project I will analyze the interactions that users have with articles on the IBM Watson Studio platform, and make recommendations to them about new articles the model predict they will like.
Below is an example of what the dashboard look like and articles displayed on the IBM Watson Platform.

In this project, I will build and assess various recommendation approaches:
- Rank Based Recommendations
- User-User Based Collaborative Filtering
- Content Based Recommendations
- SVD (Matrix Factorization)
- Recommendations_with_IBM.ipynb - Recommendation models
- project_tests.py - Recommendation result tests
- user_item_matrix.p - user-item interaction matrix for singular value decomposition.
Credit to IBM and Udacity for the data.