A1 - Recommendation System
Description
- In this assignment, you shall implement a recommendation system for the movie's data set.
- You can use any programming language you like.
You can work alone or in a group of two students.- You shall present your application and code at an oral examination.
Submission instructions
See the Deadlines and Submissions page.
Requirements
Grade | Requirements |
---|---|
E |
|
C-D |
|
A-B |
|
Test cases – small example dataset
Here are some test cases for the small example dataset you can use to verify that your system works correctly.
- Find recommended movies for user Mike using Euclidean distance:
- Find recommended movies for user Mike using Pearson similarity:
- Find recommended movies for user Mike using Item-based filtering:
Test cases – large dataset
Here are some test cases for the larger dataset you can use to verify that your system works correctly.