Skip to content

ManarAlharbi/DSND-Term2-Recommendations_with_IBM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Recommendations with IBM

Table of Contents

  1. Project Motivation
  2. File Descriptions
  3. Required Libraries

Project Motivation

For this project, I analyzed the interactions that users have with articles on the IBM Watson Studio platform, and made recommendations to them about new articles they might like.

File Descriptions

Recommendations_with_IBM.ipynb: a Jupyter notebook, contains the code of articles recommendation engines

Required Libraries

  • Pandas, NumPy, Scikit-learn (Machine Learning Libraries)
  • Matplotlib (Python 2D plotting library)