-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Constant Stochastic Gradient Descent #2544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
c5845cb
ae5eda9
cc966c9
eb4cb6d
45a45ab
4b25fa6
08e0617
07ab6ca
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,8 @@ | |
|
||
- Improve NUTS initialization `advi+adapt_diag_grad` and add `jitter+adapt_diag_grad` (#2643) | ||
- Update loo, new improved algorithm (#2730) | ||
|
||
- New CSG (Constant Stochastic Gradient) approximate posterior sampling | ||
algorithm added | ||
### Fixes | ||
- Fixed `compareplot` to use `loo` output. | ||
- Add test for `model.logp_array` and `model.bijection` (#2724) | ||
|
@@ -249,6 +250,7 @@ Patricio Benavente <[email protected]> | |
Raymond Roberts | ||
Rodrigo Benenson <[email protected]> | ||
Sergei Lebedev <[email protected]> | ||
Shashank Shekhar <[email protected]> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you add yourself instead to a new section There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done |
||
Skipper Seabold <[email protected]> | ||
Thomas Kluyver <[email protected]> | ||
Tobias Knuth <[email protected]> | ||
|
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Link to PR like above.