-
Updated
Jul 12, 2020 - Python
graph-convolutional-networks
Here are 145 public repositories matching this topic...
-
Updated
Jul 9, 2020 - C++
-
Updated
Jul 12, 2020 - Jupyter Notebook
关于稀疏邻接矩阵生成的代码问题
我觉得这里的else:row.append(i + vocab_size)应该改为else:row.append(i + train_size+vocab_size),对吗?
这段代码是为doc节点和word节点生成稀疏邻接矩阵的代码,邻接矩阵的大小为train_size + vocab_size + test_size, 当doc文本序号i大于train_size时,剩下的不就是test_size大小的文本与单词建立连接吗?test_size在邻接矩阵之前不是有train_size+vocab_size,所以此时是不是文本从train_size+vocab_size开始一一与词建立连接?
以下为源码:
for i in range(len(shuffle_doc_words_list)):
doc_words = shuffle_doc_words_
nowadays, docs with rarely interpretation is difficult to understand the algorithm,
Such as bayes rule sets and other Underdogs have little references.
If can provide a common introduce in interface level may be good for programmers
who have little information of algorithm to start
-
Updated
Mar 9, 2020 - Python
I noticed in example code, some argument are inconsistent in the commented parts, such as lines in examples/molnet/train_molnet.py:
https://github.com/chainer/chainer-chemistry/blob/56e83dedb5de9dc9eb08ebf292be9ba76a4883ba/examples/molnet/train_molnet.py#L267-L274
args.gpu and concat_mols are not consistent with other codes and will throw errors. They should be modified to device and
-
Updated
May 31, 2020 - Python
-
Updated
Apr 8, 2019 - Python
-
Updated
May 23, 2020 - Jupyter Notebook
The README.md describes what KGCN is, but it does not describe how it will be beneficial for users.
We should have a use-case section describing the kind of problems in which KGCN makes sense as a solution.
-
Updated
Jun 24, 2020
-
Updated
Oct 18, 2019 - Python
-
Updated
Feb 12, 2020 - Python
I viewed the whole code and found that the code only use toy dummy data to train model. So I don't really understand how you use those data to train GCN model. Can you supply the code or instructions about how to use real-world data to train model?
-
Updated
May 13, 2020 - Jupyter Notebook
-
Updated
Jul 2, 2020 - Python
-
Updated
Apr 12, 2020 - Python
-
Updated
Jun 14, 2019 - Jupyter Notebook
-
Updated
Jun 3, 2020 - Python
-
Updated
Jan 28, 2020 - Jupyter Notebook
-
Updated
Jul 11, 2020 - Python
-
Updated
Jul 13, 2020 - Python
-
Updated
May 27, 2020 - CSS
-
Updated
Sep 19, 2018 - Python
-
Updated
Nov 22, 2019 - Python
-
Updated
Jun 16, 2020 - Python
-
Updated
May 31, 2020 - Python
-
Updated
Dec 11, 2019 - Jupyter Notebook
Improve this page
Add a description, image, and links to the graph-convolutional-networks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the graph-convolutional-networks topic, visit your repo's landing page and select "manage topics."


Description
Currently our unit tests are disorganized and each test creates example StellarGraph graphs in different or similar ways with no sharing of this code.
This issue is to improve the unit tests by making functions to create example graphs available to all unit tests by, for example, making them pytest fixtures at the top level of the tests (see https://docs.pytest.org/en/latest/