Skip to content
#

surprise-library

Here are 41 public repositories matching this topic...

Created Recommender systems using TMDB movie dataset by leveraging the concepts of Content Based Systems and Collaborative Filtering.

  • Updated Nov 28, 2022
  • Jupyter Notebook

This repository covers a project of creating a recommendation system using collaborative filtering on the Grouplens movielens database. The surprise library is utilized to test out different models (KNN Basic, KNN Baseline, and SVD). SVD was found to be the most accurate and then was implemented into the system. The cold start problem was addres…

  • Updated Oct 16, 2020
  • Jupyter Notebook

A case study of the Netflix Prize solution where, given anonymous data of users and the ratings given to movies, the objective to provide recommendations to users for movies which they would like, based on their past activity and taste.

  • Updated Sep 2, 2021
  • Jupyter Notebook

Using a dataset from MovieLens, a movie recommendation system was created that recommends to users which movies they will like. The system also goes a step further to solve the cold start problem, which is when there is a new user in the dataset and there is no prior information on them. This system also finds a solution to this.

  • Updated Aug 26, 2022
  • Jupyter Notebook

Build a movies recommendation system clone using Movielens dataset to construct recommendation system such as Simple recommender, Content based recommender (based on movie description and metadata) , Collaborative-Filtering based recommender , and a Hybrid recommender system.

  • Updated May 7, 2021
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the surprise-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the surprise-library topic, visit your repo's landing page and select "manage topics."

Learn more