Other packages > Find by keyword >

sgmcmc  

Stochastic Gradient Markov Chain Monte Carlo
View on CRAN: Click here


Download and install sgmcmc package within the R console
Install from CRAN:
install.packages("sgmcmc")

Install from Github:
library("remotes")
install_github("cran/sgmcmc")

Install by package version:
library("remotes")
install_version("sgmcmc", "0.2.5")



Attach the package and use:
library("sgmcmc")
Maintained by
Jack Baker
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-07-18
Latest Update: 2023-03-16
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 httpswww.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 httpwww.icml-2011.orgpapers398icmlpaper.pdf T. Chen E. B. Fox C. E. Guestrin 2014 arXiv1402.4102 N. Ding Y. Fang R. Babbush C. Chen R. D. Skeel H. Neven 2014 httpspapers.nips.ccpaper5592-bayesian-sampling-using-stochastic-gradient-thermostats J. Baker P. Fearnhead E. B. Fox C. Nemeth 2017 arXiv1706.05439. For more details see doi10.18637jss.v091.i03.
How to cite:
Jack Baker (2017). sgmcmc: Stochastic Gradient Markov Chain Monte Carlo. R package version 0.2.5, https://cran.r-project.org/web/packages/sgmcmc. Accessed 04 Jan. 2025.
Previous versions and publish date:
0.1.0 (2017-07-18 23:55), 0.2.0 (2017-09-26 19:14), 0.2.1 (2018-02-21 16:52), 0.2.2 (2018-04-11 18:52), 0.2.3 (2018-09-14 17:10), 0.2.4 (2019-05-01 21:30), 0.2.5 (2019-10-24 20:10)
Other packages that cited sgmcmc R package
View sgmcmc citation profile
Other R packages that sgmcmc depends, imports, suggests or enhances
Functions, R codes and Examples using the sgmcmc R package
Some associated functions: getDataset . getParams . initSess . installTF . sghmc . sghmcSetup . sghmccv . sghmccvSetup . sgld . sgldSetup . sgldcv . sgldcvSetup . sgmcmc . sgmcmcStep . sgnht . sgnhtSetup . sgnhtcv . sgnhtcvSetup . 
Some associated R codes: controlVariates.R . data.R . dynamics.R . install.R . setup.R . sghmc.R . sghmccv.R . sgld.R . sgldcv.R . sgmcmc.R . sgnht.R . sgnhtcv.R . storage.R . tfErrors.R . update.R . zzz.R .  Full sgmcmc package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

ravedash  
Dashboard System for Reproducible Visualization of "iEEG"
Dashboard system to display the analysis results produced by 'RAVE' (Magnotti J.F., Wang Z., Beauch ...
Download / Learn more Package Citations See dependency  
VARMER  
Variational Merging
A new mathematical formulation to merge observed data with gridded images of environmental variables ...
Download / Learn more Package Citations See dependency  
epubr  
Read EPUB File Metadata and Text
Provides functions supporting the reading and parsing of internal e-book content from EPUB files. T ...
Download / Learn more Package Citations See dependency  
NestedMenu  
A Nested Menu Widget for 'Shiny' Applications
Provides a nested menu widget for usage in 'Shiny' applications. This is useful for hierarchical ch ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
gggibbous  
Moon Charts, a Pie Chart Alternative
Moon charts are like pie charts except that the proportions are shown as crescent or gibbous portio ...
Download / Learn more Package Citations See dependency  

23,440

R Packages

202,297

Dependencies

63,567

Author Associations

23,434

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA