Learn Before
Concept

Neural Autoregressive Density Estimator (NADE)

A Neural Autoregressive Density Estimator (NADE) is largely identical to a standard Neural Auto-Regressive Network, but with one key difference in parameter sharing. Input values xix_i are supplied into the network only after being weighted by weight vectors Wj,k,i=Wk,iW'_{j,k,i} = W_{k,i}. In other words, the weight vector Wk,iW_{k,i} is reused for all inputs into hidden unit groups h(j)h^{(j)} where jij \geq i. This allows the forward propagation of a NADE model to resemble the computation of missing inputs in a mean field inference for a Restricted Boltzmann Machine (RBM).

0

1

Updated 2026-06-21

References


Tags

Data Science

Learn After