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 03 Dec. 2024.
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

EDOtrans  
Euclidean Distance-Optimized Data Transformation
A data transformation method which takes into account the special property of scale non-invariance w ...
Download / Learn more Package Citations See dependency  
FSInteract  
Fast Searches for Interactions
Performs fast detection of interactions in large-scale data using the method of random intersection ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
CRANsearcher  
RStudio Addin for Searching Packages in CRAN Database Based on Keywords
One of the strengths of R is its vast package ecosystem. Indeed, R packages extend from visualizatio ...
Download / Learn more Package Citations See dependency  
telemac  
R Interface to the TELEMAC Model Suite
An R interface to the TELEMAC suite for modelling of free surface flow. This includes methods for m ...
Download / Learn more Package Citations See dependency  
donut  
Nearest Neighbour Search with Variables on a Torus
Finds the k nearest neighbours in a dataset of specified points, adding the option to wrap certain ...
Download / Learn more Package Citations See dependency  

23,310

R Packages

200,798

Dependencies

63,203

Author Associations

23,278

Publication Badges

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