-
will it work on python 3?
-
I am trying to replicate the work of node2vec in pycharm , but got the following error. not sure why this is happening. Tried with less number of teams as well to reduce the data complexity , but noth…
-
Hi!,
Related to https://github.com/VHRanger/nodevectors/issues/40
I was wondering if node2vec now uses skip-gram by default (I cannot see it anywhere in the source code, but i am sure i am miss…
-
./node2vec -input /data/ECommAI/round1_b/user_item.bcsr -output embedding.bin -dim 64
I use this command, but the following error occurs:
```
nv: 985597, ne: 69327988
Segmentation fault (core dump…
-
Hi,
Is there any way to extract embeddings for a part of graph?
For example we have ```Abstract India’s health indicators have improv...``` and we extracted knowledge like ```india's health ind…
-
Congratulations and thank you for this amazing initiative!
How about adding `cat2vec`, for categorical, tabular data, and `node2vec`, for network graphs?
Best wishes,
Milcent
-
Hi,
Somehow the Spark implementation crashes whenever the directed flag is set to true.
I ran it with both the ```karate.edgelist``` example and some dummy two-edge graph.
The exception is always…
-
How to apply Node2Vec or SDNE to multiple small graphs?
-
In the Node2vec paper, the transition probabilities are computed based on both edge weights and the hyperparameters `p` and `q`. The current implementation does not include the edge weights of a graph…
-
Hello,
Could you please guide how you generated feature embeddings for each node?
More specifically, I guess the feature embedding represents the attribute features of the node. If we use Node2V…
geo47 updated
3 years ago