For this project, you will implement a simple movie recommender that makes recommendations to a given user based on what "similar" users liked in the past. Such approach is called collaborative filtering. Different algorithms can be used to compute similarity between a pair of users given their movie ratings. We will use Pearson correlation. You will store movie ratings data in a custom data structure built using linked lists. The description of the project is on the course website on Canvas (under Assignments/Project 1).
forked from usf-cs245-s20/project1
-
Notifications
You must be signed in to change notification settings - Fork 0
Trickybrain/project1
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 100.0%