Paul Harrison
banner
paulfharrison.bsky.social
Paul Harrison
@paulfharrison.bsky.social
Bioinformatician at Monash University, Melbourne, Australia.

I also use mastodon: @pfh@mastondon.online
https://mastodon.online/@pfh

My homepage is:
https://logarithmic.net/pfh/

On Twitter I was: @paulfharrison
Happy little accidents...
March 9, 2025 at 1:44 AM
Second, sampling from the distribution with a Langevin Dynamics simulation. The algorithm is almost identical to gradient descent with momentum, but we add just the right amount of noise to the momentum at each step.
February 23, 2025 at 3:50 AM
Comparison of optimization and sampling from a distribution defined by an energy function. I use a continuous version of the Ising model spin lattice energy.

First, optimization from a random initial state using gradient descent with momentum, using the SGD optimizer in PyTorch.
February 23, 2025 at 3:50 AM