Concept

Parameters of a Generative Stochastic Network

The two parameters for a generative stochastic network are:

  1. p(x(k)h(k))p(\bold x^{(k)} | \bold h ^ {(k)}) defines how to generate the next visible variable given the current latent state. Similar to reconstruction in RBMs, DBNs, and DBMs.

  2. p(h(k)h(k1),x(k1))p(\bold h^{(k)} | \bold h ^{(k-1)}, \bold x ^{(k-1)}) defines how to update the current latent variable state given the previous latent and visible varaible states.

0

1

Updated 2021-07-29

References


Tags

Data Science