Skip to content

Latest commit

 

History

History
45 lines (40 loc) · 2.89 KB

File metadata and controls

45 lines (40 loc) · 2.89 KB

arXiv Repo DOI

An Evaluation Study of Generative Adversarial Networks for Collaborative Filtering.

This repository contains the source code of the following article:

If you use our work, please cite our work. You can click on the Cite this repository button or copy the following BibTeX snippet:

@inproceedings{conf/ecir/PerezMaureraFDC22/an-evaluation-study-of-generative-adversarial-networks-for-collaborative-filtering,
  author    = {Fernando Benjam{\'{i}}n {P{\'{e}}rez Maurera} and
               Maurizio {Ferrari Dacrema} and
               Paolo Cremonesi},
  title     = {An Evaluation Study of Generative Adversarial Networks for Collaborative Filtering},
  booktitle = {Advances in Information Retrieval - 44th European Conference on {IR} Research, {ECIR} 2022, Stavanger, Norway, April 10-14, 2022, Proceedings, Part {I}},
  series    = {Lecture Notes in Computer Science},
  volume    = {13185},
  pages     = {671--685},
  publisher = {Springer},
  year      = {2022},
  url       = {https://doi.org/10.1007/978-3-030-99736-6\_45},
  doi       = {10.1007/978-3-030-99736-6\_45}
}

See our website for more information on our research group. We are actively pursuing this research direction in evaluation and reproducibility, and we are open to collaboration with other researchers. Follow our project on ResearchGate

This repo is divided into three folders:

You'll find instructions to install this project and run the experiments in the
README inside evaluation-cfgan, in fact, all commands must be run inside the evaluation-cfgan folder.