Skip to content

Commit

Permalink
added sidenotes
Browse files Browse the repository at this point in the history
  • Loading branch information
glouppe committed Nov 26, 2023
1 parent e047bc4 commit 6361d62
Show file tree
Hide file tree
Showing 8 changed files with 227 additions and 95 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Materials for DATS0001 Foundations of Data Science, ULiège, Fall 2023.
| October 23 | Lecture 4: Bayesian modeling <br>`nb04`: Latent variable models [[notebook](./nb04-latent-variable-models.ipynb), [sidenotes (LVMs)](./pdf/lec04-lvm.pdf), [sidenotes (Probabilistic PCA)](./pdf/lec04-ppca.pdf)]<br>Reading: Gelman et al, [Bayesian workflow](https://arxiv.org/abs/2011.01808), 2020 [Sections 1 and 2]<br>Reading: Blei, [Build, Compute, Critique, Repeat](http://www.cs.columbia.edu/~blei/fogm/2020F/readings/Blei2014.pdf), 2014 [Sections 2 and 3] |
| October 30 | _No class_ |
| November 6 | Lecture 5: Markov Chain Monte Carlo<br>`nb05`: Markov Chain Monte Carlo [[notebook](./nb05-mcmc.ipynb)] [[sidenotes](./pdf/lec05-mcmc.pdf)]<br>Reading: Gelman et al, [Bayesian Data Analysis, 3rd](http://www.stat.columbia.edu/~gelman/book/BDA3.pdf), 2021 [Chapter 11] |
| November 13 | Lecture 6: Expectation-Minimization <br>`nb06`: Expectation-Maximization [[notebook](./nb06-em.ipynb)]<br>Reading: Dempster et al, [Maximum Likelihood from Incomplete Data via EM](https://www.jstor.org/stable/2984875), 1977 |
| November 20 | Lecture 7: Variational inference <br>`nb07`: ADVI [[notebook](./nb07-advi.ipynb)]<br>Reading: Kucukelbir et al, [Automatic Differentiation Variational Inference](https://arxiv.org/abs/1603.00788), 2016 |
| November 13 | Lecture 6: Expectation-Minimization <br>`nb06`: Expectation-Maximization [[notebook](./nb06-em.ipynb)] [[sidenotes](./pdf/lec06-em.pdf)]<br>Reading: Dempster et al, [Maximum Likelihood from Incomplete Data via EM](https://www.jstor.org/stable/2984875), 1977 |
| November 20 | Lecture 7: Variational inference <br>`nb07`: ADVI [[notebook](./nb07-advi.ipynb)] [[sidenotes](./pdf/lec07-advi.pdf)]<br>Reading: Kucukelbir et al, [Automatic Differentiation Variational Inference](https://arxiv.org/abs/1603.00788), 2016 |
| November 27 | Lecture 8: Model criticism<br>`nb08a`: Model checking [[notebook](./nb08a-model-checking.ipynb)]<br>`nb08b`: Model comparison [[notebook](./nb08b-model-comparison.ipynb)]<br>Reading: Gelman et al, [Bayesian Data Analysis, 3rd](http://www.stat.columbia.edu/~gelman/book/BDA3.pdf), 2021 [Chapters 6 and 7] |
| December 4 | Lecture 9: Wrap-up case study<br>`nb09`: Space Shuttle Challenger disaster [[notebook](./nb09-space-shuttle-disaster.ipynb)]<br>Reading: Cam Davidson-Pilon, [Bayesian Methods for Hackers](https://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/#contents), 2015 [Chapter 2] |

Expand Down
4 changes: 2 additions & 2 deletions nb01-box-loop.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "dats0001",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -545,7 +545,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.18"
"version": "3.9.13"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion nb04-latent-variable-models.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.18"
"version": "3.9.13"
}
},
"nbformat": 4,
Expand Down
86 changes: 39 additions & 47 deletions nb05-mcmc.ipynb

Large diffs are not rendered by default.

35 changes: 18 additions & 17 deletions nb06-em.ipynb

Large diffs are not rendered by default.

191 changes: 165 additions & 26 deletions nb07-advi.ipynb

Large diffs are not rendered by default.

Binary file added pdf/lec06-em.pdf
Binary file not shown.
Binary file added pdf/lec07-advi.pdf
Binary file not shown.

0 comments on commit 6361d62

Please sign in to comment.