An open API service indexing awesome lists of open source software.

https://github.com/abdulfatir/langevin-monte-carlo

A simple pytorch implementation of Langevin Monte Carlo algorithms.
https://github.com/abdulfatir/langevin-monte-carlo

Last synced: 3 months ago
JSON representation

A simple pytorch implementation of Langevin Monte Carlo algorithms.

Awesome Lists containing this project

README

          

# Langevin Dynamics Monte Carlo

This repo contains pytorch implementations of Langevin Monte Carlo algorithms. The following algorithms have been implemented:

* Unadjusted Langevin Algorithm (ULA)
* Metropolis-adjusted Langevin Algorithm (MALA)

#### Visualization of ULA

![ULA](/img/heart.gif)