Open bhomass opened 1 year ago
just realized your mnist data is binary. I need to repeat with a real value data set.
However, the sampled states being random noise is still puzzling
Even if you use the mnist probabilities the appropriate model is a binary binary RBM, not a Gaussian Binary RBM. I assume you did not change the sigma factor in the GRBM, so the sampling uses noise from a Gaussian with variance 1, which easily overshadows the mnist values between zero and one. Use a binary RBM for MNIST
I used the gaussian binary model to train a single class of mnist images.
plotting the prob of the samples generated from random input
You can make out the number 4, but the images are not sharp at all.
sampling the states instead of prob gets pure noise
can you offer any insights into how to sharpen the synthesized images?