forked from STOR-i/sgmcmc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 1.84 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: sgmcmc
Type: Package
Title: Stochastic Gradient Markov Chain Monte Carlo
Version: 0.2.4
Authors@R: c(
person("Jack", "Baker", email = "[email protected]", role = c("aut", "cre", "cph")),
person( "Christopher", "Nemeth", role = c("aut", "cph") ),
person( "Paul", "Fearnhead", role = c( "aut", "cph" ) ),
person( "Emily B.", "Fox", role = c("aut", "cph") ),
person( "STOR-i", role = c( "cph" ) ))
Description: Provides functions that performs popular stochastic gradient Markov chain Monte Carlo (SGMCMC) methods on user specified models. The required gradients are automatically calculated using 'TensorFlow' <https://www.tensorflow.org/>, an efficient library for numerical computation. This means only the log likelihood and log prior functions need to be specified. The methods implemented include stochastic gradient Langevin dynamics (SGLD), stochastic gradient Hamiltonian Monte Carlo (SGHMC), stochastic gradient Nose-Hoover thermostat (SGNHT) and their respective control variate versions for increased efficiency. References: M. Welling, Y. W. Teh (2011) <http://www.icml-2011.org/papers/398_icmlpaper.pdf>; T. Chen, E. B. Fox, C. E. Guestrin (2014) <arXiv:1402.4102>; N. Ding, Y. Fang, R. Babbush, C. Chen, R. D. Skeel, H. Neven (2014) <https://papers.nips.cc/paper/5592-bayesian-sampling-using-stochastic-gradient-thermostats>; J. Baker, P. Fearnhead, E. B. Fox, C. Nemeth (2017) <arXiv:1706.05439>.
License: GPL-3
Encoding: UTF-8
Depends: R (>= 3.0), tensorflow
Imports: utils, reticulate
SystemRequirements: TensorFlow (https://www.tensorflow.org/),
TensorFlow Probability (https://www.tensorflow.org/probability/)
Suggests:
testthat,
MASS,
knitr,
ggplot2,
rmarkdown
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.0.1
URL: https://github.com/STOR-i/sgmcmc
BugReports: https://github.com/STOR-i/sgmcmc/issues