shenweichen / GraphEmbedding

Implementation and experiments of graph embedding algorithms.
MIT License
3.68k stars 995 forks source link

我用BlogCatalog数据集复现论文中的实验,差距太大。 #10

Open Volcano-plus opened 5 years ago

Volcano-plus commented 5 years ago

我参照deepwalk论文的参数进行evaluate_embeddings, --number-walks 80 --representation-size 128 --walk-length 40 --window-size 10 最后得到的结果与原论文相差甚远,请问是什么问题呢?

xiongshuai520 commented 4 years ago

我参照deepwalk论文的参数进行evaluate_embeddings, --number-walks 80 --representation-size 128 --walk-length 40 --window-size 10 最后得到的结果与原论文相差甚远,请问是什么问题呢?

这个代码应该是存在问题的,比如deepwalk,和这个网址https://github.com/phanein/deepwalk的效果差距很大,我也是踩了半个多月的坑,一直做不出效果,找了无数问题,都快崩溃了,最后发现是这个这个代码,网络嵌入出来的向量有很大的问题,你可以看看自己的情况是不是这样

ouxiaoxiao commented 3 years ago

还有就是node2vec 的P,Q设置为1,按论文就退化成了deepwalk,但是结果仍然差距很大