distillpub / post--gnn-intro

Apache License 2.0
93 stars 28 forks source link

Misnomer in diagram subtitle #22

Open GVS-007 opened 1 year ago

GVS-007 commented 1 year ago
image

I believe there's a misnomer in the diagrams subheading, right above the "Learning Edge Representations" sections. I believe it should be GNN, instead of GCN. Please review it.

Schematic for a GCN GNN architecture, which updates node representations of a graph by pooling neighboring nodes at a distance of one degree.

I believe GCN refers to graph convolutional neural nets, The diagram discusses only GNNs. Please review it.