Skip to content

Application of different techniques to build recommendation systems such as Rank-based & Collaborative Filtering-based recommendation systems to recommend Movies to users.

Notifications You must be signed in to change notification settings

oscar-rincon/RecommendationSystemsNetflix

Repository files navigation

Recommendation Systems Netflix

Online streaming platforms like Netflix have plenty of movies in their repository and if we can build a Recommendation System to recommend relevant movies to users, based on their historical interactions, this would improve customer satisfaction and hence, it will also improve the revenue of the platform. The techniques that we will learn here will not only be limited to movies, it can be any item for which you want to build a recommendation system.


Objective

In this project we will be building various recommendation systems:

Knowledge/Rank based recommendation system Similarity-Based Collaborative filtering Matrix Factorization Based Collaborative Filtering we are going to use the ratings dataset.


Dataset

The ratings dataset contains the following attributes:

  • userId
  • movieId
  • rating
  • timestamp

About

Application of different techniques to build recommendation systems such as Rank-based & Collaborative Filtering-based recommendation systems to recommend Movies to users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published