-
Hi,
Thanks for your share.Have you ever try experiment on directed graph,I found that this worked good on undirected graph but have some porblem with directed graph.
-
Thank you for the great code. I have a question about the way you generate the random walks. It seems that the weights of the edges do not have any effect (i.e., the nodes are selected based on a rand…
-
Hi Thomas,
Thanks for sharing your code. I want to use GCN for datasets without features. From previous issues, you mentioned that one option is to use embeddings learned by other unsupervised meth…
-
When I run __main__.py, an error occured:
Traceback (most recent call last):
File "__main__.py", line 168, in
sys.exit(main())
File "__main__.py", line 165, in main
process(args)
…
-
#### Related to Community Detection
- Large graph visualization using community detection
- Circling a set of nodes with a boundary such that obstruction is proportional to BFS
- [Nearly Balanced…
-
寻愿意编辑MD版本的朋友,我可以把word版本分享出来,好让集体的力量完善,寻继续合作完善出书的朋友
联系方式:scutjy2015@163.com
-
尊敬的张博士:
您好!
这篇论文我仔细研读了,但还有些具体地方没有弄明白,所以来请教。
问题1:点嵌入、点属性具体是指是什么?我查了一下资料,我的理解就是图中节点的向量表示,这里不知道是不是,节点属性是 度 吗
问题2:信息矩阵X的构建,论文说是向量连接起来,具体是怎么连接的呢?可以用图的方式说明一下吗?或者就以矩阵表示,信息矩阵X每行代表什么,每…
-
I have a Nvida GPU on windows with jdk version 11.0.6 and cuda==9.0. I have successfully trained embedding on cpu with a dependency addition into build.gradle file:
`compile group: 'org.nd4j',name:…
-
## General Information
Author: William L. Hamilton, Rex Ying, and Jure Leskovec
Published: 2017
## Why and What
### Key word
Inductive learning is learning from the specific data and reasoning …
-
Hi,
If I trained a gcn model,can I use it to generate embeddings to unseen nodes,which are not included in the matrix A?
Thank you very much