-
In my edgelist file, all the ids are postive. However, in the embedding file, some ids become negative. Anyone knows whats happening here? Can I convert the negative ids back?
-
您在论文中提到,对于数据集划分使用百分比,您对比算法也提到了node2vec,我想问下在数据集划分过程中考虑了训练集中包含所有的顶点吗,能否给出这部分划分的代码,我一直很迷惑
-
I wander that why the auc is so high on cora for Classification task in your paper.
Do you use the text information of cora? As i run node2vec on cora(just use citation links information) for Class…
-
Hi Palash,
I have a question about your paper. I am aware this may not be the best place to ask, but I didn't know where else to post - hope you don't mind.
Maybe I missed it, but in your experi…
-
Has the data set BlogCatalog been processed?
The data set BlogCatalog here is different from the site: http://socialcomputing.asu.edu/datasets/BlogCatalog3, which is used in Node2vec.
-
Hello,
Firstly, Thank you for your codes. I had two questions.
1. where is the paper about the entity2vec.
2. There is a problem about the code. The function simulate_walks o…
-
I am working on improving the speed/parallelization of node2vec for a research project I am working on to see if it can be used for question answering via the wikipedia network structure (https://gith…