项目作者: wedgeCountry

项目描述 :
Kolmogorov semigroups are a natural way to combine MCMC methods with Stochastic Gradient Descent.
高级语言: Python
项目地址: git://github.com/wedgeCountry/Stochastic-Gradient-Monte-Carlo.git


Master’s thesis

Kolmogorov Semigroups and Stochastic Gradient Monte-Carlo

by Roland Halbig

From the Abstract:

Kolmogorov semigroups are a natural way of describing time evolution of Itô diffusion
equations. These equations are an important class of so-called Langevin equations fre-
quently used in Markov Chain Monte Carlo (MCMC) simulation and have been shown to
be closely related to the Stochastic Gradient Descent (SGD).

The “code” repository contains everything I needed to create all the plots.
Although most of the code is specific to plotting purposes, the discretizers and samplers might be useful for future work.
They can be found in the code/samplers folder.