-
the cora_adj.npy shows cora dataset have 5278 edges
but the detail of this dataset(https://github.com/yueliu1999/Awesome-Deep-Graph-Clustering/blob/main/dataset/README.md)
shows this dataset hav…
-
## 집현전 중급반 스터디
- 2022년 7월 10일 일요일 9시
- 김은서님 발표
- 논문 링크: https://arxiv.org/abs/1710.10903
> ### Abstract
> We present graph attention networks (GATs), novel neural network architectures that ope…
-
Structured data arises in a few of the domains discussed throughout the review. For example, CNNs perform tremendously for many tasks based on data from a regular graph like images ([subsection here](…
-
I think an updated readme will help to see how different components are connected, even if the structure of the project might change. I'll volunteer to do this since it will help me get a better sense…
-
"SEMI-SUPERVISED CLASSIFICATION WITH GRAPH CONVOLUTIONAL NETWORKS" 这偏论文是半监督的,直推式的。(1)euler 平台中 gcn_supervised 的实现是按有监督方法处理的吗?可以预测未知节点吗?(2)跟graphsage的区别只体现在邻接矩阵和聚合函数吗?(3)transductive在公式上是如何体现的? 劳烦解…
-
Thank you so much for your open source contribution to the graph neural networks!
I have a problem to visualize the model via model.summary, here are my code.
When I try to use model.summary it give…
-
_The following peer review was solicited as part of the Distill review process._
_**The reviewer chose to waive anonymity.** Distill offers reviewers a choice between anonymous review and offering …
-
Post your questions here about: “[Network Learning](https://docs.google.com/document/d/1hjXUvBRS779HDvbYXMKjyVbO3wVg6SaWNtxwof6s6LM/edit?usp=sharing)” & “Knowledge and Table Learning”, Thinking with D…
-
@fabro66
thank you for your great work,
I have a question about the "num_joints_out -- number of output joints (can be different than input)" in gast_net.py, generally the "num_joints_in" is equa…
-
# [Roadmap]
## 1.6.1
* [x] [**`WikiCSDataset`**](https://pytorch-geometric.readthedocs.io/en/latest/modules/datasets.html#torch_geometric.datasets.WikiCS)
* [x] **`DeepGCN`**
* [x] [`GENConv…