Advanced Topics
Graph Neural Networks (GNNs)
グラフニューラルネットワーク
A graph neural network learns from a graph. Through message passing, each node updates its representation using information from connected neighbors.
Japanese terms
- Graph neural network — グラフニューラルネットワーク: A neural network designed to learn from nodes, edges, and relationships in graph-structured data.
- Graph — グラフ: A structure consisting of entities represented as vertices and relationships represented as edges.
- Message passing — メッセージパッシング: A graph-learning procedure in which nodes update their representations using information from neighboring nodes.
Related topics
Graph neural networks extend neural networks to relational structures.