We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

stat.CO

Change to browse by:

References & Citations

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Statistics > Computation

Title: sgmcmc: An R Package for Stochastic Gradient Markov Chain Monte Carlo

Abstract: This paper introduces the R package sgmcmc; which can be used for Bayesian inference on problems with large datasets using stochastic gradient Markov chain Monte Carlo (SGMCMC). Traditional Markov chain Monte Carlo (MCMC) methods, such as Metropolis-Hastings, are known to run prohibitively slowly as the dataset size increases. SGMCMC solves this issue by only using a subset of data at each iteration. SGMCMC requires calculating gradients of the log likelihood and log priors, which can be time consuming and error prone to perform by hand. The sgmcmc package calculates these gradients itself using automatic differentiation, making the implementation of these methods much easier. To do this, the package uses the software library TensorFlow, which has a variety of statistical distributions and mathematical operations as standard, meaning a wide class of models can be built using this framework. SGMCMC has become widely adopted in the machine learning literature, but less so in the statistics community. We believe this may be partly due to lack of software; this package aims to bridge this gap.
Subjects: Computation (stat.CO); Applications (stat.AP); Machine Learning (stat.ML)
Cite as: arXiv:1710.00578 [stat.CO]
  (or arXiv:1710.00578v3 [stat.CO] for this version)

Submission history

From: Jack Baker [view email]
[v1] Mon, 2 Oct 2017 11:01:53 GMT (114kb,D)
[v2] Thu, 14 Dec 2017 10:13:42 GMT (219kb,D)
[v3] Fri, 13 Apr 2018 12:01:23 GMT (220kb,D)

Link back to: arXiv, form interface, contact.