Repository for assignments for Recommender system course in Tampere university. The assignments are an implementation for certain method for recommender system.
Check the assignment information folder for sample output, presentation and more information about each assignment.
Run the assignmentX.py file. Ex:
python assignment1.py
The Python code expect the following installed global packages:
- pandas
- sciPy
- numpy