Giter Club home page Giter Club logo

recommender-tutorial's Introduction

Recommendation Systems 101

This series of tutorials explores different types of recommendation systems and their implementations. Topics include:

  • collaborative vs. content-based filtering
  • implicit vs. explicit feedback
  • handling the cold start problem
  • recommendation model evaluation

We will build various recommendation systems using data from the MovieLens database. You will need Jupyter Lab to run the notebooks for each part of this series. Alternatively, you can also use Google’s new colab platform which allows you to run a Jupyter notebook environment in the cloud. You won't need to install any local dependencies; however, you will need a gmail account.

The series is divided into 3 parts:

  1. Building an Item-Item Recommender with Collaborative Filtering
  2. Handling the Cold Start Problem with Content-based Filtering
  3. Building an Implicit Feedback Recommender System

More information on each part can be found in the descriptions below.

Part 1: Building an Item-Item Recommender with Collaborative Filtering

Description
Objective Want to know how Spotify, Amazon, and Netflix generate "similar item" recommendations for users? In this tutorial, we will build an item-item recommendation system by computing similarity using nearest neighbor techniques.
Key concepts collaborative filtering, content-based filtering, k-Nearest neighbors, cosine similarity
Requirements Python 3.6+, Jupyter Lab, numpy, pandas, matplotlib, seaborn, scikit-learn
Tutorial link Jupyter Notebook
Resources Item-item collaborative filtering, Amazon.com Recommendations, Various Implementations of Collaborative Filtering

Part 2: Handling the Cold Start Problem with Content-based Filtering

Description
Objective Collaborative filtering fails to incorporate new users who haven't rated yet and new items that don't have any ratings or reviews. This is called the cold start problem. In this tutorial, we will learn about clustering techniques that are used to tackle the cold start problem of collaborative filtering.
Requirements Python 3.6+, Jupyter Lab, numpy, pandas, matplotlib, seaborn, scikit-learn
Tutorial link Jupyter Notebook

Part 3: Building an Implicit Feedback Recommender System

Description
Objective Unlike explicit feedback (e.g., user ratings), implicit feedback infers a user's degree of preference toward an item by looking at their indirect interactions with that item. In this tutorial, we will investigate a recommender model that specifically handles implicit feedback datasets.
Requirements Python 3.6+, Jupyter Lab, numpy, pandas, implicit
Tutorial link Jupyter Notebook

recommender-tutorial's People

Contributors

topspinj avatar

Watchers

James Cloos 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.