Nade contructor.
The encoder weights (kernel), sized
[numDims, numHidden, 1].
The transposed decoder weights (kernel), sized
[numDims, numHidden, 1].
Samples from the NADE given a batch of encoder and decoder biases.
Selects the MAP (argmax) of each Bernoulli random variable.
A batch of biases to use when encoding, sized
[batchSize, numHidden].
A batch of biases to use when decoding, sized
[batchSize, numDims].
Generated using TypeDoc
A Neural Autoregressive Distribution Estimator (NADE).