Graaf Neuraal Netwerk — GCN / GAT / GraphSAGE
Een Graaf Neuraal Netwerk (GNN) is een deep learning-architectuur die direct opereert op graafgestructureerde data door knooppuntkenmerken te combineren met structurele informatie via iteratieve "neighborhood message passing". De drie canonieke varianten — het Graph Convolutional Network (GCN) geïntroduceerd door Kipf en Welling in 2017, het Graph Attention Network (GAT) geïntroduceerd door Veličković et al. in 2018, en GraphSAGE — verschillen in de manier waarop ze buurinformatie aggregeren: GCN past een spectrale convolutie toe over de volledige adjacentie, GAT weegt buren op basis van geleerde aandachts-scores, en GraphSAGE bemonstert en aggregeert inductief lokale buurten, waardoor generalisatie naar ongeziene knooppunten mogelijk wordt.
Lees de volledige methode
Log in met een gratis account om dit onderdeel te lezen.
Method map
The neighbourhood of related methods — select a node to explore.
+7 more
Bronnen
- Kipf, T.N. & Welling, M. (2017). Semi-Supervised Classification with Graph Convolutional Networks. International Conference on Learning Representations (ICLR). DOI: 10.48550/arXiv.1609.02907 ↗
- Veličković, P., Cucurull, G., Casanova, A., Romero, A., Liò, P., & Bengio, Y. (2018). Graph Attention Networks. International Conference on Learning Representations (ICLR). DOI: 10.48550/arXiv.1710.10903 ↗
- Hamilton, W.L. (2020). Graph Representation Learning. Morgan & Claypool. DOI: 10.1007/978-3-031-01588-5 ↗
Deze pagina citeren
ScholarGate. (2026, June 1). Graph Neural Network (GCN / GAT / GraphSAGE). ScholarGate. https://scholargate.app/nl/network-analysis/graph-neural-network
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- CentraaliteitsanalyseNetwerkanalyse↔ compare
- Community DetectionNetwerkanalyse↔ compare
- Multilayer NetwerkanalyseNetwerkanalyse↔ compare
- Netwerk-embeddingNetwerkanalyse↔ compare
- Temporale NetwerkanalyseNetwerkanalyse↔ compare
Geciteerd door
Een fout op deze pagina gezien? Meld het of stel een correctie voor →