Skip to content

Commit 0c48828

Browse files
adding prolouge.ipynb and adding to README
1 parent 8d1245d commit 0c48828

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,33 +22,33 @@ Contents
2222
(This is all rendered via the *nbviewer* is is read-only. Editable notebooks + examples can be downloaded too by forking! )
2323

2424

25-
0. [**Prolouge.**](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Prolouge/Prolouge.ipynb) Why we do it.
25+
* [**Prolouge.**](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Prolouge/Prolouge.ipynb) Why we do it.
2626

27-
1. [**Chapter 1: Introduction to Bayesian Methods**](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter1_Introduction/Chapter1_Introduction.ipynb)
27+
* [**Chapter 1: Introduction to Bayesian Methods**](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter1_Introduction/Chapter1_Introduction.ipynb)
2828
Introduction to the philosophy and practice of Bayesian methods and answering the question "What is probabilistic programming?" Examples include:
2929
- Inferring human behaviour changes from text message rates.
3030

31-
2. [**Chapter 2: A little more on PyMC**](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter2_MorePyMC/MorePyMC.ipynb)
31+
* [**Chapter 2: A little more on PyMC**](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter2_MorePyMC/MorePyMC.ipynb)
3232
We explore modeling Bayesian problems using Python's PyMC library through examples. How do we create Bayesian models? Examples include:
3333
- Definitive linking between smoking and death.
3434
- Calculating probabilities of space-shuttle disasters.
3535

36-
3. [**Chapter 3: Opening the Black Box of MCMC**](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter3_MCMC/IntroMCMC.ipynb)
36+
* [**Chapter 3: Opening the Black Box of MCMC**](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter3_MCMC/IntroMCMC.ipynb)
3737
We discuss how MCMC operates and diagnostic tools.
3838

39-
4. [**Chapter 4: The Greatest Theorem Never Told**](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter4_TheGreatestTheoremNeverTold/LawOfLargeNumbers.ipynb)
39+
* [**Chapter 4: The Greatest Theorem Never Told**](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter4_TheGreatestTheoremNeverTold/LawOfLargeNumbers.ipynb)
4040
We explore an incredibly useful, and dangerous, theorem: The Law of Large Numbers. Examples include:
4141
- Exploring a Kaggle dataset and the pitfalls of naive analysis
4242

43-
5. [**Chapter 5: Would you rather loss an arm or a leg?**](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter5_/LossFunctions.ipynb)
43+
* [**Chapter 5: Would you rather loss an arm or a leg?**](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter5_/LossFunctions.ipynb)
4444
The introduction of Loss functions and there (awesome) use in Bayesian methods. Examples include:
45-
- Example: Solving the Price is Right's Showdown
46-
- Example: Optimizing financial predictions
47-
- Example: Winning solution to the Kaggle Dark World's competition.
45+
- Solving the Price is Right's Showdown
46+
- Optimizing financial predictions
47+
- Winning solution to the Kaggle Dark World's competition.
4848

49-
10\. Chapter 10: More PyMC Hackery
49+
* Chapter 10: More PyMC Hackery
5050
We explore the gritty details of PyMC through code and examples. Examples include:
51-
- Example: Analysis on real-time GitHub repo stars and forks.
51+
- Analysis on real-time GitHub repo stars and forks.
5252

5353

5454
Using the book

0 commit comments

Comments
 (0)