directed acyclic graph

A directed acyclic graph (DAG) is a finite graph that consists of vertices connected by edges, where edges have a direction and there are no cycles. In AI, DAGs are often used to represent probabilistic models, dependencies, or computation graphs in deep learning.

7 papers