Skip to content

Commit 974cf7f

Browse files
committed
added notes
1 parent 8dd0b22 commit 974cf7f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: probability.ml

+7-1
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,12 @@ let takeSample = (fun () ->
184184
is finding useful ways to do conditional inference - i.e to sample efficiently
185185
186186
Rejection sampling is a useful starting point, but is often not efficient
187-
*)
187+
188+
Probabilistic programming languages usually contain several different sampling
189+
methods. One widely used method is the Metropolis Hastings algorithm
190+
191+
I'm going to take a break here and brush up on my Markov chains
192+
Blitzstein lecture --> https://www.youtube.com/watch?v=8AJPs3gvNlY&index=32&list=PLLVplP8OIVc8EktkrD3Q8td0GmId7DjW0
193+
*)
188194

189195

0 commit comments

Comments
 (0)