Definition

Graph Representation in Deep Learning

In deep learning, a graph is represented as G=(V,E)G=(V,E), where V={v1,v2,,vN}V=\{v_1,v_2,\dots,v_N\} is the set of nodes, and EV×VE\subseteq V\times V is the set of edges between nodes. N=VN=|V| and M=EM=|E|. A\mathbf{A} is the adjacency matrix of this graph.

0

1

Updated 2026-06-14

Tags

Deep Learning (in Machine learning)

Data Science

Computing Sciences