Movie Recommender
The Goal is to recommend a list of movies to each user based on the movie ratings and what the user has watched previously.
<p>It takes 2 datasets , User-Movie List and IMDB ratings.</p><p> It uses a Train Matchbox Recommender Module and a Score Matchbox Recommender Module to recommend list of movies to each user.</p>