the.ai

Graphs / Foundations

verified

Graph Neural Network

Some data is not a sequence and not a grid — molecules, road networks, citations, social graphs. A graph neural network takes the structure as given rather than making the model discover it, and computes each node's representation from its neighbours. The graph is a hard constraint on what can influence what, which is both the strength and the ceiling.

Viz primitive · budget-splitedges-given = 24

edges-given holds 33% of the budget; rest holds the remaining 67%.

Pairs the graph declares related against pairs the model would have to work out for itself, in pairs. Drag the edges up to watch structure replace inference — every edge given is a relationship nobody has to learn.

24

Reviewed by opendroid · 2026-08-18

  • arXiv:1806.01261 — Relational inductive biases, deep learning, and graph networks