Skip to content

Commit ed2d3e0

Browse files
Update README.md
1 parent 6958bbf commit ed2d3e0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Bayesian Methods for Hackers
1+
#[Bayesian Methods for Hackers](http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/)
22
#### *Using Python and PyMC*
33

44

@@ -21,10 +21,15 @@ The choice of PyMC as the probabilistic programming language is two-fold. As of
2121
PyMC does have dependencies to run, namely NumPy and (optionally) SciPy. To not limit the user, the examples in this book will rely only on PyMC, NumPy, SciPy and Matplotlib only.
2222

2323

24+
25+
2426
Contents
2527
------
2628

27-
(The below chapters are rendered via the *nbviewer* at
29+
See the project homepage [here](http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/) for examples, too.
30+
31+
32+
The below chapters are rendered via the *nbviewer* at
2833
[nbviewer.ipython.org/](http://nbviewer.ipython.org/), and is read-only and rendered in real-time.
2934
Interactive notebooks + examples can be downloaded by cloning!
3035

0 commit comments

Comments
 (0)