ARASC / CFGAN

Implementation of CFGAN CFGAN: A Generic Collaborative Filtering Framework based on Generative Adversarial Networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CFGAN

Implementation of CFGAN. The implementation based on Pytorch is done, and the max precision on ML100k is 0.49 in 1000 train epochs, when use the paramaters in the paper.

cfgan.py : the model of CFGAN

data.py : load data

main.py : train and show result

Run the demo :

Python main.py

You can modify paramaters in main.py, for example, modify the alpha to 0.5(in fact, result turn better when you do that)

Next, we consider implementing another version based on Tensorflow.

Author: Xuxin Zhang, HUST, xuxinz@hust.edu.cn

Reference: Chae D K , Kang J S , Kim S W , et al. CFGAN: A Generic Collaborative Filtering Framework based on Generative Adversarial Networks[C]// the 27th ACM International Conference. ACM, 2018.

Baseline: https://github.com/1051003502/CFGAN

About

Implementation of CFGAN CFGAN: A Generic Collaborative Filtering Framework based on Generative Adversarial Networks

License:Apache License 2.0


Languages

Language:Python 91.5%Language:Perl 4.5%Language:Shell 4.0%