-
https://cs.stanford.edu/people/jure/pubs/node2vec-kdd16.pdf
-
The following code almost takes all of the memory.
`node2vec = Node2Vec(G_fb, dimensions=emb_size, walk_length=80, num_walks=10, workers=4)`
I have 12gb Memory and the nodes are 1.6 million which …
-
### 🐛 Describe the bug
When working with a graph classification task, I experienced 'nan' values on the loss computation from the standard `node2vec` model loader. The random walks sampling method wa…
-
Hello,
I;m working through chapter 4. In the prediction of the test set, you use train_mask_str in the book but in your [gh code](https://github.com/PacktPublishing/Hands-On-Graph-Neural-Networks…
-
Hi, I recently read you paper published in SC2020. The paper used node2vec to demonstrate the system design. However, I do not find this application in the source code, and the api cannot figure out t…
-
https://buracagyang.github.io/2020/01/05/graph-embedding-node2vec/#more
关于Graph Embedding系列的论文翻译解读文章: 【Graph Embedding】DeepWalk 【Graph Embedding】line 【Graph Embedding】node2Vec … 参考资料paper: https://…
-
-
Hi, I want to apply node2vec on MNIST dataset, How can I apply node2vec on those datasets which contains only features like X = 1708 x 738 here 1708 are nodes and 738 are features
Can I apply nod…
-
#### Problem description
parameter topN=False is not working in similar_by_vector. I got empty list when set topN=False.
#### Steps/code/corpus to reproduce
```Python
full_node2vec_mo…
-
Thank you for sharing the source code. I would like to further run the code, but the dataset is missing. Would you kindly provide the processed sub-Amazon Dataset (also the node2vec etc. pretrained mo…