Learn Before
Concept

Graphs 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,..,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 2022-06-05

Contributors are:

Who are from:

Tags

Deep Learning (in Machine learning)

Data Science