Skip to content

Commit c2953ba

Browse files
Tom's June 30 edits of bayes_nonconj lecture
1 parent f9be28e commit c2953ba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lectures/bayes_nonconj.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,6 +1041,12 @@ print(f'=======INFO=======\nParameters: {example_CLASS.param}\nPrior Dist: {exam
10411041
BayesianInferencePlot(true_theta, num_list, example_CLASS).MCMC_plot(num_samples=MCMC_num_samples)
10421042
```
10431043
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+
10441050
#### VI with a Truncated Normal Guide
10451051
10461052
```{code-cell} ipython3

0 commit comments

Comments
 (0)