which can be approximated with MCMC
To make inference, we need to integrate:
Slide 33
Slide 33 text
Monte Carlo
Slide 34
Slide 34 text
Represents a Probability Distribution
by set of samples from it
Slide 35
Slide 35 text
Supported by Law Of Large Numbers™
Slide 36
Slide 36 text
Coin Flips
(take 50 (sample (flip 0.5)))
Slide 37
Slide 37 text
Coin Flips
(take 50000 (sample (flip 0.4)))
Slide 38
Slide 38 text
Coin Flips
(take 5000 (sample (flip 0.5)))
Slide 39
Slide 39 text
MC (Monte Carlo)
Slide 40
Slide 40 text
1. Define domain of inputs
2. Generate inputs over domain and it’s PD
3. Perform a deterministic computation
4. Aggregate
Slide 41
Slide 41 text
Machine Learning: a Probabilistic Perspective
https://www.cs.ubc.ca/~murphyk/MLbook/
Bayesian models of cognition
https://cocosci.berkeley.edu/tom/papers/bayeschapter.pdf
Bayesian Methods for Hackers
https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-
Bayesian-Methods-for-Hackers
Anglican
http://www.robots.ox.ac.uk/~fwood/anglican/index.html
Introduction to Markov Chain Monte Carlo
http://www.mcmchandbook.net/HandbookChapter1.pdf
Reading List