Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.22 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.22 KB

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