Skip to content

Recommender systems make suggestions for users based on the similarity of their preferences to the similarity of other users preferences. Using the movielens 100k user data set from the grouplens.org website the following code allows a user rate a selection of movies on a scale from 1 - 5 and based on those ratings produce the top 10 recommended…

Notifications You must be signed in to change notification settings

mattbane/RecommenderSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

RecommenderSystem

Recommender systems make suggestions for users based on the similarity of their preferences to the similarity of other user's preferences. Using the movielens 100k user data set from the grouplens.org website the following code allows a user to rate a selection of movies on a scale from 1 - 5 and based on those ratings produce the top 10 recommended movies.

About

Recommender systems make suggestions for users based on the similarity of their preferences to the similarity of other users preferences. Using the movielens 100k user data set from the grouplens.org website the following code allows a user rate a selection of movies on a scale from 1 - 5 and based on those ratings produce the top 10 recommended…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages