anudeepvanjavakam1 / Recommendations_with_IBM

In the IBM Watson Studio, there is a large collaborative community ecosystem of articles, datasets, notebooks, and other A.I. and ML. assets. Users of the system interact with all of this. This is a recommendation system project to enhance the user experience and connect them with assets. This personalizes the experience for each user.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recommendations_with_IBM

In the IBM Watson Studio, there is a large collaborative community ecosystem of articles, datasets, notebooks, and other A.I. and ML. assets. Users of the system interact with all of this.

This is a recommendation system project to enhance the user experience and connect them with assets to improve user engagement. This personalizes the experience for each user. Interactions that users have with articles on the IBM Watson Studio platform are analyzed and new article recommendations are made to them which they will probably like.

The jupyter notebook has the following contents:

  1. Data Exploration
  2. Rank Based Recommendations
  3. User-User Collaborative filtering
  4. Matrix Factorization

Usage

You can either open the Recommendations_with_IBM_pub.html file

or

Recommendations_with_IBM_pub.ipynb for jupyter notebook

  1. From command line go to the folder by typing cd /Recommendations_with_IBM

  2. You can start the notebook server from the same command line (using Terminal on Mac/Linux, Command Prompt on Windows) by running:

jupyter notebook
  1. Open Recommendations_with_IBM_pub.ipynb file

License

MIT

About

In the IBM Watson Studio, there is a large collaborative community ecosystem of articles, datasets, notebooks, and other A.I. and ML. assets. Users of the system interact with all of this. This is a recommendation system project to enhance the user experience and connect them with assets. This personalizes the experience for each user.

License:MIT License


Languages

Language:HTML 80.9%Language:Jupyter Notebook 18.7%Language:Python 0.4%