Learn Before
Concept

Auto-Regressive Network

Auto-Regressive Networks are a kind of directed probability graph. The conditional probability is described using neural networks and the chain rule. The key definition of an Auto-Regressive Network is: p(x) =prod_{i=1}^{n_i} p(x_i|x_{i-1},...,x_1)

0

1

Updated 2026-06-14

References


Tags

Data Science