Skip to content

Commit

Permalink
update and add notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
lf28 committed Aug 25, 2022
1 parent 29c1860 commit 816ab64
Show file tree
Hide file tree
Showing 9 changed files with 16,114 additions and 11 deletions.
10 changes: 8 additions & 2 deletions index.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,14 @@ md"""
## Topics
1. [Introduction to Julia](https://lf28.github.io/BayesianML/MLE.html)
2. [MCMC](./section3_mcmc.html)
1. [Introduction to Julia](./section0_julia.html)
2. [An overview of Bayesian inference](./section1_introduction.html)
3. [Bayesian modelling](./section2_modelling.html)
4. [Bayesian computation - MCMC](./section3_mcmc.html)
5. [Introduction to `Turing`](./section4_turing.html)
6. [Bayesian linear regression](./section5_regressions.html)
7. [Bayesian logistic regression](./section6_logistic_regression.html)
8. [Bayesian generalised linear models](./section7_glm.html)
"""

# ╔═╡ 00000000-0000-0000-0000-000000000001
Expand Down
Loading

0 comments on commit 816ab64

Please sign in to comment.