GraphGAN
GraphGAN copied to clipboard
A tensorflow implementation of GraphGAN (Graph Representation Learning with Generative Adversarial Nets)
你好!源码中似乎没有results这个文件夹?
but the result is different from paper, I think maybe some error in my code, especially recomendation It’s best if someone else has done it too,I wanna get your advice
Hi, Thanks for sharing the code! could you share the code for the recommendation too?? thank you
I see you treat D and G equally in the evaluation of the link prediction. You used both the learned embedding matrix of D and G to evaluate the accuracy...
为什么我运行时会报这个错误呢? Traceback (most recent call last): File "graph_gan.py", line 11, in from src import utils ModuleNotFoundError: No module named 'src'
1.reward是什么?这似乎是强化学习的内容,论文里也没提到过,我想知道reward是怎么定义的? 2.link_prediction里并没有用到bias,这是为什么呢? 1. What is reward? it seems to be the content of reinforcement learning, and it is not mentioned in the paper. I want to know how to get...