-
请问,对比实验中,node2vec是用到了那种edge feature?原文中有四种方式,但是原文中在link prediction实验中参数也没有说清楚。请问你用的哪种方式?参数又是如何设置的?还请赐教。
-
Does neo4j algo support "Alias Method" sampling algorithm when random walk?
-
Hi :) I am having an issue reproducing the results from your paper.
So I run the following command to build the 'is_a' dataset:
`python create_dataset.py --input datasets/relation_instances_edgeli…
-
A la persona2vec.
-
```import gensim ```
caused this error all of sudden after upgrading...
zipfile.BadZipFile: File is not a zip file
installed via pip once and via conda forge once and neither of them worked.
…
-
直接运行代码的时候,报错:setting an array element with a sequence
我的环境是:
win10
python 3.7
tensorflow 1.14.0
keras 2.3.1
另外,能否加个QQ请教一下?我的QQ是:2363405977
-
Hi authors,
I have a question about the Node2Vec(DeepWalk) model you implemented. It seems that it only applies SkipGram model on a window size of 1, which means it only predicts context embeddings…
-
Good evening,
Is it planned to implement the Graph Embedding for this library? Best, Leonid
-
Hello,
I have my own method of multiplex network embedding and I would like to test it on link prediction and compare it with your method. My embedding method needs the whole training multiplex gra…
LPioL updated
5 years ago
-
Dear authors,
I try to understand a procedure around train/test splitting for evaluating network embeddings on link prediction you implemented in your package. I posted a similar question yesterday…