Learn Before
Concept
Parameters of a Generative Stochastic Network
The two parameters of a Generative Stochastic Network (GSN) are:
- , which defines how to generate the next visible variable given the current latent state. This process is similar to reconstruction in Restricted Boltzmann Machines (RBMs), Deep Belief Networks (DBNs), and Deep Boltzmann Machines (DBMs).
- p(bold h^{(k)} | bold h^{(k-1)}, bold x^{(k-1)}), which defines how to update the current latent variable state given the previous latent and visible variable states.
0
1
Updated 2026-05-17
Tags
Data Science