Exercises#
Implement the Metropolis-adjusted Langevin algorithm for the banana example, covered in the RWMH example.
Implement the unadjusted Langevin algorithm for the banana example, covered in the RWMH example.
Implement the ULA for the Bayesian inference example covered in the importance sampling notebook.