Skip to content

Commit 31308a7

Browse files
update prolouge links
1 parent 739be38 commit 31308a7

File tree

1 file changed

+8
-21
lines changed

1 file changed

+8
-21
lines changed

Prologue/Prologue.ipynb

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -48,51 +48,38 @@
4848
"\n",
4949
"* [**Prologue:**](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Prologue/Prologue.ipynb) Why we do it.\n",
5050
"\n",
51-
"* [**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.ipynb)\n",
51+
"* [**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/Ch1_Introduction_PyMC3.ipynb)\n",
5252
" Introduction to the philosophy and practice of Bayesian methods and answering the question \"What is probabilistic programming?\" Examples include:\n",
5353
" - Inferring human behaviour changes from text message rates.\n",
5454
" \n",
55-
"* [**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/Chapter2.ipynb)\n",
55+
"* [**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/Ch2_MorePyMC_PyMC3.ipynb)\n",
5656
" We explore modeling Bayesian problems using Python's PyMC library through examples. How do we create Bayesian models? Examples include:\n",
5757
" - Detecting the frequency of cheating students, while avoiding liars.\n",
5858
" - Calculating probabilities of the Challenger space-shuttle disaster.\n",
5959
" \n",
60-
"* [**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/Chapter3.ipynb)\n",
60+
"* [**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/Ch3_IntroMCMC_PyMC3.ipynb)\n",
6161
" We discuss how MCMC operates and diagnostic tools. Examples include:\n",
6262
" - Bayesian clustering with mixture models\n",
6363
" \n",
64-
"* [**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/Chapter4.ipynb)\n",
64+
"* [**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/Ch4_LawOfLargeNumbers_PyMC3.ipynb)\n",
6565
" We explore an incredibly useful, and dangerous, theorem: The Law of Large Numbers. Examples include:\n",
6666
" - Exploring a Kaggle dataset and the pitfalls of naive analysis\n",
6767
" - How to sort Reddit comments from best to worst (not as easy as you think)\n",
6868
" \n",
69-
"* [**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/Chapter5.ipynb)\n",
69+
"* [**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/Ch5_LossFunctions_PyMC3.ipynb)\n",
7070
" The introduction of Loss functions and their (awesome) use in Bayesian methods. Examples include:\n",
7171
" - Solving the Price is Right's Showdown\n",
7272
" - Optimizing financial predictions\n",
7373
" - Winning solution to the Kaggle Dark World's competition.\n",
7474
" \n",
75-
"* [**Chapter 6: Getting our *prior*-ities straight**](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter6_Priorities/Chapter6.ipynb)\n",
75+
"* [**Chapter 6: Getting our *prior*-ities straight**](http://nbviewer.ipython.org/urls/raw.github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/master/Chapter6_Priorities/Ch6_Priors_PyMC3.ipynb)\n",
7676
" Probably the most important chapter. We draw on expert opinions to answer questions. Examples include:\n",
7777
" - Multi-Armed Bandits and the Bayesian Bandit solution.\n",
7878
" - what is the relationship between data sample size and prior?\n",
7979
" - estimating financial unknowns using expert priors.\n",
8080
" \n",
8181
" We explore useful tips to be objective in analysis, and common pitfalls of priors. \n",
82-
" \n",
83-
"* **Chapter X1: Bayesian Markov Models**\n",
84-
" \n",
85-
"* **Chapter X2: Bayesian methods in Machine Learning** \n",
86-
" We explore how to resolve the overfitting problem plus popular ML methods. Also included are probablistic explanations of Ridge Regression and LASSO Regression.\n",
87-
" - Bayesian spam filtering plus *how to defeat Bayesian spam filtering*\n",
88-
" - Tim Saliman's winning solution to Kaggle's *Don't Overfit* problem \n",
89-
" \n",
90-
"* **Chapter X3: More PyMC Hackery**\n",
91-
" We explore the gritty details of PyMC. Examples include:\n",
92-
" - Analysis on real-time GitHub repo stars and forks.\n",
93-
"\n",
94-
"* **Chapter X4: Troubleshooting and debugging**\n",
95-
"\n",
82+
" \n",
9683
" \n",
9784
"**More questions about PyMC?**\n",
9885
"Please post your modeling, convergence, or any other PyMC question on [cross-validated](http://stats.stackexchange.com/), the statistics stack-exchange.\n",
@@ -291,7 +278,7 @@
291278
"name": "python",
292279
"nbconvert_exporter": "python",
293280
"pygments_lexer": "ipython2",
294-
"version": "2.7.10"
281+
"version": "2.7.11"
295282
}
296283
},
297284
"nbformat": 4,

0 commit comments

Comments
 (0)