Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 666 Bytes

File metadata and controls

33 lines (27 loc) · 666 Bytes

Recommender Systems

Implementation of Recommender system on movie rating data

Installation:

Run the follwing in terminal.

$ sudo pip install -r requirements.txt

Executing the files.

  • Collaborative-filering folder
$ python3 preprocess_cl.py
$ python3 cf.py
$ python3 baseline_cf.py
  • svd-implementation folder
$ python3 svd_main.py

  • cur folder
$ python3 cur.py
$ python3 helper.py

Note

  • docs folder has Code_Documentation ( html ) & Design_Document
  • Dataset is available in folder data