recommender-system icon indicating copy to clipboard operation
recommender-system copied to clipboard

A set of available examples in recommender system.

recommender-system

This repository provides a set of available examples in recommender system. And implemented codes in this repository are not product-level. If you want to use this codes for production, you should upgrade each class in terms of learning speed.


Table of Contents

1. Building Implicit Factor
2. Linear Combination Learning (point-wise ranker)
3. Utilities

Getting Started

$ git clone https://github.com/yoonkt200/recommender-system.git
$ (conda env) pip install -r requirements.txt
$ cd recommender-system/{recommender-layer}/{algorithm-name}/
$ python main.py

Dependencies


Information