We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9be28e commit c2953baCopy full SHA for c2953ba
lectures/bayes_nonconj.md
@@ -1041,6 +1041,12 @@ print(f'=======INFO=======\nParameters: {example_CLASS.param}\nPrior Dist: {exam
1041
BayesianInferencePlot(true_theta, num_list, example_CLASS).MCMC_plot(num_samples=MCMC_num_samples)
1042
```
1043
1044
+To get more accuracy we will now increase the number of steps for Variational Inference (VI)
1045
+
1046
+```{code-cell} ipython3
1047
+SVI_num_steps = 50000
1048
+```
1049
1050
#### VI with a Truncated Normal Guide
1051
1052
```{code-cell} ipython3
0 commit comments