forked from STOR-i/sgmcmc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
47 lines (45 loc) · 1.46 KB
/
_pkgdown.yml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
authors:
Jack Baker:
href: http://lancs.ac.uk/~bakerj1/
Christopher Nemeth:
href: http://www.lancs.ac.uk/~nemeth/
Paul Fearnhead:
href: http://www.maths.lancs.ac.uk/~fearnhea/
Emily B. Fox:
href: https://homes.cs.washington.edu/~ebfox/
STOR-i:
href: http://www.stor-i.lancs.ac.uk/
html: <img src="http://www.stor-i.lancs.ac.uk/MediaGallery/9-144.jpg" height="18" />
reference:
- title: "SGMCMC"
desc: "Functions for running standard SGMCMC algorithms"
contents:
- sgld
- sghmc
- sgnht
- title: "SGMCMC with Control Variates"
desc: "Functions for running SGMCMC algorithms with improved efficiency using control variates"
contents:
- sgldcv
- sghmccv
- sgnhtcv
- title: "Run SGMCMC algorithms step by step"
desc: "Functions to run SGMCMC algorithms step by step within a user-defined loop, similar to standard TensorFlow optimization methods. Useful for chains with a high storage cost"
contents:
- sgldSetup
- sgldcvSetup
- sghmcSetup
- sghmccvSetup
- sgnhtSetup
- sgnhtcvSetup
- initSess
- sgmcmcStep
- getParams
- title: "Installation"
desc: "Install python packages depended on by sgmcmc, TensorFlow and TensorFlow Probability."
contents:
- installTF
- title: "Datasets"
desc: "Download and load datasets used in the examples and vignettes"
contents:
- getDataset