This is a capstone project. A recommender system with the same basic features as those used by companies such as Netflix and Amazon. This work with data for movies, including ratings, but the principles involved can easily be adapted to books, restaurants, and more.
http://www.dukelearntoprogram.com/capstone/recommender.php?id=SrYjhnacE3AvoQ
Given input files on users ratings and movie titles, the program will be able to:
- Read in and parse data into lists and maps;
- Calculate average ratings;
- Calculate how similar a given rater is to another user based on ratings; and
- Recommended movies to a given user based on ratings.
- Display recommended movies for a given user on a webpage.