Skip to content

Commit 0a72bca

Browse files
shkrtwiecki
authored andcommitted
Constant Stochastic Gradient Descent (#2544)
* add csg * Fig 1 and likelihood plotted * posterior comparison * csg nb and python file updated * ConstantStochasticGradient renamed as CSG * inserted update in RELEASE-NOTES * nb updated and added to examples
1 parent 8eb7e6f commit 0a72bca

File tree

7 files changed

+959
-39
lines changed

7 files changed

+959
-39
lines changed

RELEASE-NOTES.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
- Improve NUTS initialization `advi+adapt_diag_grad` and add `jitter+adapt_diag_grad` (#2643)
99
- Update loo, new improved algorithm (#2730)
10-
10+
- New CSG (Constant Stochastic Gradient) approximate posterior sampling
11+
algorithm (#2544)
1112
### Fixes
1213
- Fixed `compareplot` to use `loo` output.
1314
- Add test for `model.logp_array` and `model.bijection` (#2724)
@@ -237,6 +238,7 @@ Taku Yoshioka <[email protected]>
237238
Peadar Coyle (springcoil) <[email protected]>
238239
Austin Rochford <[email protected]>
239240
Osvaldo Martin <[email protected]>
241+
Shashank Shekhar <[email protected]>
240242

241243
In addition, the following community members contributed to this release:
242244

docs/source/examples.rst

+9
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,12 @@ Variational Inference
7878
notebooks/convolutional_vae_keras_advi.ipynb
7979
notebooks/empirical-approx-overview.ipynb
8080
notebooks/normalizing_flows_overview.ipynb
81+
82+
83+
Stochastic Gradient
84+
===================
85+
86+
.. toctree::
87+
notebooks/constant_stochastic_gradient.ipynb
88+
notebooks/sgfs_simple_optimization.ipynb
89+
notebooks/bayesian_neural_network_with_sgfs.ipynb

0 commit comments

Comments
 (0)