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