Skip to content

maryjacketti/Recommendations-with-IBM

 
 

Repository files navigation

Recommendations-with-IBM Project

Intro Pic

Table of Contents

  1. Description
  2. Getting Started
    1. Libraries
    2. Installing
    3. Instruction
    4. Data distribution
  3. Authors
  4. License
  5. Acknowledgement

Description

This Project is part of Data Science Nanodegree Program by Udacity in collaboration with BIM Watson Studio platform. The initial dataset contains users information on the articles reading. This project is aim to analyze the interactions that users have with articles on the IBM Watson Studio platform, and make recommendations to them about new articles they will like.

The Project contains two files:

  1. 'Recommendations_with_IBM.ipynb'. The Jupyter notebook aims to (1) explore the article data; (2) compute user interactions; (3) deal with 'cold start problem': for new users, make recommendations based on the popular content; (4) use the SVD (singular value decomposition) model to build out a matrix decomposition and predict new articles an individual may interact with.
  2. 'Recommendations_with_IBM.html'. The html version of the 'Recommendations_with_IBM.ipynb' Jupyter notebook.

Getting Started

Libraries

  • Machine Learning Libraries: NumPy, Pandas
  • Database Libraqries: pickle, project_tests
  • Web App and Data Visualization: matplotlib.pyplot

Installing

Clone this GIT repository:

https://github.com/jichaojoyce/Recommendations-with-IBM.git

Instructions:

  1. In a terminal or command window, navigate to the top-level project directory Recommendations-with-IBM/ (that contains this README) and run one of the following commands: ipython notebook Recommendations_with_IBM.ipynb

or

jupyter notebook Recommendations_with_IBM.ipynb

This will open the iPython Notebook software and project file in your browser.

Data distribution:

The below figure is the distribution of articles

dis Pic

Overall, the total count number is 5148 and 50% of individuals interact with 3 number of articles or fewer.

Authors

License

Feel free to use it!

Acknowledgements

Credicts give to Udacity.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 75.5%
  • Jupyter Notebook 24.5%