Skip to content

Implementation of model-based and memory-based collaborative filtering to predict movie rating

Notifications You must be signed in to change notification settings

nikashahabi/collaborative-filtering-recommender-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Collaborative Filtering Recommender System

This project has implemented model-based CF (both user-user and item-item) and memory-based CF to predict ratings. The model-based CF makes use of SVD and the memory-based CF uses cosine similarity to learn which users and items are similar to eachother.

The dataset used in this project is the 100kmovielens dataset which can be downloaded from here.

About

Implementation of model-based and memory-based collaborative filtering to predict movie rating

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published