Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.22 KB

README.md

File metadata and controls

26 lines (23 loc) · 1.22 KB

gOCCF: Graph-Theoretic One-Class Collaborative Filtering Based on Uninteresting Items

This repository provides a reference implementation of gOCCF as described in the following papers:

gOCCF: Graph-Theoretic One-Class Collaborative Filtering Based on Uninteresting Items
Yeon-Chang Lee, Sang-Wook Kim, and Dongwon Lee
32nd AAAI Conf. on Artificial Intelligence (AAAI 2018)

Graph-Theoretic One-Class Collaborative Filtering using Signed Random Walk with Restart
Yeon-Chang Lee, Daeyoung Park, Jiwon Son, Taeho Kim, and Sang-Wook Kim
7th IEEE Int'l Conf. on Big Data and Smart Computing (IEEE BigComp 2020)

Authors

Cite

We encourage you to cite our paper if you have used the code in your work. You can use the following BibTex citation:

@inproceedings{Lee18AAAI,
  author    = {Yeon{-}Chang Lee and Sang{-}Wook Kim and Dongwon Lee},
  title     = {gOCCF: Graph-Theoretic One-Class Collaborative Filtering Based on Uninteresting Items},
  booktitle = {Proceedings of the Thirty-Second AAAI Conference on Artificial Intelligence (AAAI)},
  pages     = {3448--3456},
  year      = {2018}
}