←back to thread

Bayesian Statistics: The three cultures

(statmodeling.stat.columbia.edu)
309 points luu | 1 comments | | HN request time: 0.207s | source
Show context
brcmthrowaway ◴[] No.41081254[source]
Where does Deep Learning come in?
replies(6): >>41081343 #>>41081808 #>>41081817 #>>41081946 #>>41082236 #>>41116247 #
1. vermarish ◴[] No.41081817[source]
At a high level, Bayesian statistics and DL share the same objective of fitting parameters to models.

In particular, variational inference is a family of techniques that makes these kinds of problems computationally tractable. It shows up everywhere from variational autoencoders, to time-series state-space modeling, to reinforcement learning.

If you want to learn more, I recommend reading Murphy's textbooks on ML: https://probml.github.io/pml-book/book2.html