Learn Before
Concept

NADE

NADE or a Neural Auto-regressive Density Estimator is largely identical to a standard Neural Auto-Regressive Network, but with one slight difference.

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}

Or the weight vector Wk,iW_{k,i} is reused for all inputs into hidden unit groups h(j)h^{(j)} where j>=ij>=i

This allows for forward propagation of a NADE model to somewhat resemble the computation of missing inputs in a mean field inference for an RBM (Restricted Boltzmann Machine).

0

1

Updated 2021-07-29

References


Tags

Data Science

Related
Learn After