Skip to content

everlearner/recommender-system

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published