Skip to content

danielgulloa/RecommenderSys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RecommenderSystem

Ui.R is the User interface. It displays the buttons, the links, and the results.

Server.R is everything that happens behind the scenes. Using the data from the users' ratings and the options selected in the interface, it gets the best recommendations:

Popular - Recommends the most popular movies. Good for cold starts.
Random -  Suggests a random movie
ICBF - Item-based collaborative filtering
UCBF - User-based collaborative filtering

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages