Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 490 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 490 Bytes

recon

This code is an implementation of "RECON: A Reciprocal Recommender for Online Dating.(Recsys'10)" Original paper is http://sydney.edu.au/engineering/it/~judy/Homec/Pubs/2010_RecSysUSYD.pdf.

How to Use

python recon.py

Files

  • sample-profile.json: sample profile on the paper.
  • sample-preference.json: sample preference on the paper.
  • sample-communication-history.json: communication history for each user.
  • recon.py: paper implementation.