Skip to content

Implemented the user-based collaborative filtering algorithm, to predict ratings of a movie for a user, by computing Pearson similarity to other users and calculating the k-nearest neighbors to this user, in Python

Notifications You must be signed in to change notification settings

shazack/CollaborativeFilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

CollaborativeFilter

Implemented the user-based collaborative filtering algorithm, to predict ratings of a movie for a user, by computing Pearson similarity to other users and calculating the k-nearest neighbors to this user, in Python

About

Implemented the user-based collaborative filtering algorithm, to predict ratings of a movie for a user, by computing Pearson similarity to other users and calculating the k-nearest neighbors to this user, in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages