Skip to content

Commit 69ae57a

Browse files
committed
fix missing import in docs
1 parent 048a310 commit 69ae57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/klminrepgraddescent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ where $$\epsilon_m \sim \varphi$$ are Monte Carlo samples.
6363
[^TL2014]: Titsias, M., & Lázaro-Gredilla, M. (2014). Doubly stochastic variational Bayes for non-conjugate inference. In *International Conference on Machine Learning*.
6464
[^RMW2014]: Rezende, D. J., Mohamed, S., & Wierstra, D. (2014). Stochastic backpropagation and approximate inference in deep generative models. In *International Conference on Machine Learning*.
6565
[^KW2014]: Kingma, D. P., & Welling, M. (2014). Auto-encoding variational bayes. In *International Conference on Learning Representations*.
66-
6766
## [Entropy Gradient Estimators](@id entropygrad)
6867

6968
For the gradient of the entropy term, we provide three choices with varying requirements.
@@ -96,6 +95,7 @@ Depending on the variational family, this might be computationally inefficient o
9695
For example, if ``q_{\lambda}`` is a Gaussian with a full-rank covariance, a back-substitution must be performed at every step, making the per-iteration complexity ``\mathcal{O}(d^3)`` and reducing numerical stability.
9796

9897
```@setup repgradelbo
98+
using Distributions
9999
using FillArrays
100100
using LinearAlgebra
101101
using LogDensityProblems

0 commit comments

Comments
 (0)