/RecommenderSystemAssignments

Repository for assignments for Recommender system course in Tampere university. The assignments are an implementation for certain method for recommender system using Python.

Primary LanguagePython

Recommender System

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.

How To Run:

Run the assignmentX.py file. Ex:

python assignment1.py

The Python code expect the following installed global packages:

  • pandas
  • sciPy
  • numpy