Git Product home page Git Product logo

recommendation-engine-for-ibm-watson-studio-s-data-platform's Introduction

Recommendation-Engine-for-IBM-Watson-Studio-data-platform

Table of Contents

  1. Project Motivation
  2. File Descriptions
  3. Methodology
  4. Data Source

Project Motivation

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 I think they will like.

File Descriptions

  1. data :
    articles_communitie.csv : information about all articles in community, including article id, article title,article summary,article content.

    user-item-interactions.csv : information about all interactions between users and articles

  2. Recommendations_with_IBM.ipynb : Jupyter notebook that includes all the working code

Methodology

Rank Based Recommendations

To get started in building recommendations, I will first find the most popular articles simply based on the most interactions. Since there are no ratings for any of the articles, it is easy to assume the articles with the most interactions are the most popular. These are then the articles I might recommend to new users (or anyone depending on what I know about them).

User-User Based Collaborative Filtering

In order to build better recommendations for the users of IBM's platform, I would look at users that are similar in terms of the items they have interacted with. These items could then be recommended to the similar users. This would be a step in the right direction towards more personal recommendations for the users.

Content Based Recommendations

Using my NLP skills, here might come up with some extremely creative ways to develop a content based recommendation system.

Matrix Factorization

Finally, I will complete a machine learning approach to building recommendations. Using the user-item interactions, I will build out a matrix decomposition. Using my decomposition, I will get an idea of how well I can predict new articles an individual might interact with . I will finally discuss which methods you might use moving forward, and how I might test how well your recommendations are working for engaging users.

Data Source

Must give credit to IBM Watson Studio for the data.

recommendation-engine-for-ibm-watson-studio-s-data-platform's People

Contributors

haleyxu816 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.