Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions 05_prob_prog_intro/05_prob_prog_intro.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ begin
title!("Prior distribution for p")
end

# ╔═╡ 3a8615d2-8be3-11eb-3913-b97d04bb053a
md"### To do list

We are currently working on:

";


# ╔═╡ 9608da48-1acd-11eb-102a-27fbac1ec88c
md" # Probabilistic Programming"

Expand Down Expand Up @@ -255,7 +263,26 @@ md"
* [Not a monad tutorial article about Soss.jl](https://notamonadtutorial.com/soss-probabilistic-programming-with-julia-6acc5add5549)
"

# ╔═╡ a77d01ca-8b78-11eb-34dc-b18bf984bf22
md" ### Give us feedback


This book is currently in a beta version. We are looking forward to getting feedback and criticism:
* Submit a GitHub issue **[here](https://github.com/unbalancedparentheses/data_science_in_julia_for_hackers/issues)**.
* Mail us to **[email protected]**

Thank you!
"


# ╔═╡ a8fda810-8b78-11eb-21af-d18ab85709b7
md"
[Next chapter](https://datasciencejuliahackers.com/06_gravity.jl.html)
"


# ╔═╡ Cell order:
# ╟─3a8615d2-8be3-11eb-3913-b97d04bb053a
# ╟─9608da48-1acd-11eb-102a-27fbac1ec88c
# ╟─14b8e170-1ad9-11eb-2111-3784e7029ba0
# ╟─e8557342-1adc-11eb-3978-33880f4a97a2
Expand Down Expand Up @@ -291,3 +318,5 @@ md"
# ╟─f719af54-1af7-11eb-05d3-ff9aef8fb6ed
# ╟─92a7cfaa-1a2e-11eb-06f2-f50e91cfbba0
# ╟─95efe302-35a4-11eb-17ac-3f0ad66fb164
# ╟─a77d01ca-8b78-11eb-34dc-b18bf984bf22
# ╟─a8fda810-8b78-11eb-21af-d18ab85709b7
Loading