Skip to content

hgarbalere/Java-Programming-Build-a-Recommendation-System

 
 

Repository files navigation

Java-Programming-Build-a-Recommendation-System

Given input files on users ratings and movie titles, you will be able to:

  1. Read in and parse data into lists and maps;
  1. Calculate average ratings;
  1. Calculate how similar a given rater is to another user based on ratings; and
  1. Recommend movies to a given user based on ratings.
  1. Display recommended movies for a given user on a webpage.

Syllabus

WEEK 1 Introducing the Recommender

WEEK 2 Simple Recommendations

WEEK 3 Interfaces, Filters, Database

WEEK 4 Weighted Averages

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%