Skip to content

Commit e41abba

Browse files
Update README.md
1 parent 1b587fe commit e41abba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Probabilistic Programming and Bayesian Methods for Hackers
88
The Bayesian method is the natural approach to inference, yet it is hidden from readers behind chapters of slow, mathematical analysis. The typical text on Bayesian inference involves two to three chapters on probability theory, then enters what Bayesian inference is. Unfortunately, due to mathematical intractability of most Bayesian models, the reader is only shown simple, artificial examples. This can leave the user with a *so-what* feeling about Bayesian inference. In fact, this was the author's own prior opinion.
99

1010

11-
<div style="float: right;"><img title="created by Stef Gibson at StefGibson.com"style="float: right;" src="http://i.imgur.com/25xEomH.png" align=right height = 390 /></div>
11+
<div style="float: right;"><img title="created by Stef Gibson at StefGibson.com"style="float: right;" src="http://i.imgur.com/6DKYbPb.png?1" align=right height = 390 /></div>
1212

1313
After some recent success of Bayesian methods in machine-learning competitions, I decided to investigate the subject again. Even with my mathematical background, it took me three straight-days of reading examples and trying to put the pieces together to understand the methods. There was simplely not enough literature bridging theory to practice. The problem with my misunderstanding was the disconnect between Bayesian mathematics and probabilistic programming. That being said, I suffered then so the reader would not have to now. This book attempts to bridge the gap.
1414

0 commit comments

Comments
 (0)