JA EN
Glossary › graph

GLOSSARY

graph

appears in 2 paper titles

Definition

Nodes connected by edges, and the methods that operate on them. The word points at two different things depending on context: the data itself — molecules, social networks, knowledge graphs — or the internal computation graph a framework builds to run backpropagation. Graphs matter because a lot of real data has no natural sequence or grid ordering, which is exactly what transformers and CNNs assume.

Explainers using this term