Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 706 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 706 Bytes

Recommender System for Exchange Platforms

This repository contains an implementation of the method described in our paper

The code can be ran using the script main.m. This script contains a path to the dataset to be used. For example, you can change it to data/bookmooch/bm6m/ to run it on a 6 months dataset of Bookmooch.

The implementation of our method can be found in mf_bpr.m.

The datasets are contained in the data/ directory (that contains a more detailed description of the data) or can be downloaded here.

Don't forget to check out our website!