Closed murphyk closed 2 years ago
@murphyk I would like to take this issue up.
If it wouldn't be stepping on anyone's toes, I'd like to give this a go too. I was thinking of starting with a simple example of contrastive divergence for a RBM, time permitting, this might be extended to using persistent CD for pre-training a DBM.
@gileshd I am also planning to work on this. But will work on something other than Contrastive Divergence for RBM. Just keeping you in the loop. At the moment, working on fitting EBMs to MNIST.
The chapter on energy based models currently only has one demo , which does score matching on 2d swiss roll data. We need more pedagocial examples, eg of contrastive divergence learning, or fitting EBMs to MNIST. Maybe translate the Learnergy pytorch code to JAX?