vGraph
vGraph copied to clipboard
Official code for "vGraph: A Generative Model for Joint CommunityDetection and Node Representation Learning" (NeurIPS 2019)
Hi fanyun, Thanks for sharing the code. I have several question here 1. after acquiring the estimated community membership embedding ```new_z```, according to the paper, shouldn't we calculate the softmax...
Hi, in the paper vGraph conducted vertex classification task, is the code contained in this repo? Meanwhile I wonder if you use the logistic regression to do classification based on...
Hi, Can you please verify if the given code produces the results mentioned in the paper (https://papers.nips.cc/paper/8342-vgraph-a-generative-model-for-joint-community-detection-and-node-representation-learning.pdf). I have tried to reproduce the **NMI** and **modularity** results for **Cora** dataset...
Hi Fan-Yun, Thanks for sharing your code. Do you plan to release the code with mini-batch training and negative sampling for large graphs? Thank you.
Hi, can you please give some examples of using draw_utils?