You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Add Stein-Variational Gradient Descent as well as Amortized SVGD (experimental).](https://github.com/pymc-devs/pymc3/pull/2183)
33
+
-[Added Stein-Variational Gradient Descent as well as Amortized SVGD (experimental).](https://github.com/pymc-devs/pymc3/pull/2183)
34
34
35
-
-[Add pm.generator() to easily specify mini-batches.](http://pymc-devs.github.io/pymc3/notebooks/bayesian_neural_network_opvi-advi.html#Minibatch-ADVI)
35
+
-[Added pm.generator() to easily specify mini-batches.](http://pymc-devs.github.io/pymc3/notebooks/bayesian_neural_network_opvi-advi.html#Minibatch-ADVI)
36
+
37
+
- Added full-rank ADVI
36
38
37
39
- Added various optimizers including ADAM.
40
+
41
+
- Deprecated old ADVI interface
42
+
43
+
- implemented `fit` function as the primary interface to approximation algorithms
44
+
45
+
* Added support for multidimensional minibatches
38
46
39
47
*[Sampled posteriors can now be turned into priors for Bayesian updating with a new interpolated distribution.](https://github.com/pymc-devs/pymc3/pull/2163)
40
48
49
+
* Added `Approximation` class and the ability to convert a sampled trace into an approximation via its `Empirical` subclass.
50
+
41
51
*`Model` can now be inherited from and act as a base class for user specified models (see pymc3.models.linear).
42
52
43
53
* Add MvGaussianRandomWalk and MvStudentTRandomWalk distributions.
0 commit comments