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 are supplied into the network only after being weighted by weight vectors
Or the weight vector is reused for all inputs into hidden unit groups where
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
Tags
Data Science