Learn Before
Concept

Auto-Regressive Network

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

0

1

Updated 2021-07-29

References


Tags

Data Science

Learn After