All Projects → mquad → recsys-course-2016-pub

mquad / recsys-course-2016-pub

Licence: MIT license
Course on Recommender Systems 2016 - Politecnico di Milano

Programming Languages

Roff
2310 projects
python
139335 projects - #7 most used programming language
shell
77523 projects

recsys-course

This is the official repository for the 2016 Recommender Systems course at Polimi.

READ CAREFULLY THE INSTALLATION PROCEUDURE

There have been some slight changes since the last version (mainly to avoid an excessive pollution of the main directory of the project). We strongly advise you to clean your local version of the repository and to clone and install this new version from scratch. Thank you!

Install

###Requirements:

  • python3.5+ (see the Installation instructions to configure all the other requirements)
  • C++ compiler, like gcc4.8+ or clang
  • On Linux, ensure that you have packages libc6-dev and build-essentials (run apt-get install -y libc6-dev build-essentials to install them)

###Installation instructions:

  1. Install Miniconda for Python3.5 link
  2. Create the virtual environment: conda create -n recsys-env --file RecPy/requirements.txt
  3. Activate the virtual environment: source activate recsys-env
  4. Install RecPy: cd RecPy; sh install.sh; cd ..
  5. Run one example: cd scripts; sh run_top_pop.sh

NOTE: to deactivate the virtual environment run: source deactivate recsys-env

Packages

  • RecPy/recpy/: main package
  • RecPy/recpy/recommenders/: recommendation algorithms
  • RecPy/recpy/utils/: dataset management and split utils
  • RecPy/recpy/_cython/: Cython code
  • scripts/: scripts used during the practices
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].