|
11 | 11 | "cell_type": "markdown", |
12 | 12 | "metadata": {}, |
13 | 13 | "source": [ |
14 | | - "Probabilistic Programming and \n", |
15 | | - "======\n", |
16 | | - "Bayesian Methods for Hackers\n", |
| 14 | + "Probabilistic Programming \n", |
| 15 | + "========\n", |
| 16 | + "and Bayesian Methods for Hackers\n", |
17 | 17 | "========\n", |
18 | 18 | "## *Using Python and PyMC*\n", |
19 | 19 | "\n", |
|
57 | 57 | "* [**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)\n", |
58 | 58 | " We explore an incredibly useful, and dangerous, theorem: The Law of Large Numbers. Examples include:\n", |
59 | 59 | " - Exploring a Kaggle dataset and the pitfalls of naive analysis\n", |
| 60 | + " - How to sort Reddit comments from best to worst (not as easy as you think)\n", |
60 | 61 | " \n", |
61 | 62 | "* [**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/LossFunctions.ipynb)\n", |
62 | 63 | " The introduction of Loss functions and there (awesome) use in Bayesian methods. Examples include:\n", |
63 | 64 | " - Solving the Price is Right's Showdown\n", |
64 | 65 | " - Optimizing financial predictions\n", |
65 | 66 | " - Winning solution to the Kaggle Dark World's competition.\n", |
66 | 67 | " \n", |
67 | | - "* Chapter 10: More PyMC Hackery\n", |
68 | | - " We explore the gritty details of PyMC through code and examples. Examples include:\n", |
| 68 | + "* **Chapter 6: Getting our *prior*-ities straight**\n", |
| 69 | + " Probably the most important chapter. We draw on expert opinions to answer questions like:\n", |
| 70 | + " \n", |
| 71 | + " - how do we pick priors? \n", |
| 72 | + " - what is the relationship between data sample size and prior?\n", |
| 73 | + " \n", |
| 74 | + " We explore useful tips to be objective in analysis, and common pitfalls of priors. \n", |
| 75 | + " \n", |
| 76 | + "* **Chapter X1: Bayesian Markov Models**\n", |
| 77 | + " \n", |
| 78 | + "* **Chapter X2: Bayesian methods in Machine Learning** \n", |
| 79 | + " We explore how to resolve the overfitting problem plus popular ML methods. Also included are probablistic explainations of Ridge Regression and LASSO Regression.\n", |
| 80 | + " - Bayesian spam filtering plus *how to defeat Bayesian spam filtering*\n", |
| 81 | + " - Tim Saliman's winning solution to Kaggle's *Don't Overfit* problem \n", |
| 82 | + " \n", |
| 83 | + "* **Chapter X3: More PyMC Hackery**\n", |
| 84 | + " We explore the gritty details of PyMC. Examples include:\n", |
69 | 85 | " - Analysis on real-time GitHub repo stars and forks.\n", |
70 | 86 | "\n", |
| 87 | + "* **Chapter X4: Troubleshooting and debugging**\n", |
71 | 88 | "\n", |
| 89 | + " \n", |
| 90 | + "**More questions about PyMC?**\n", |
| 91 | + "Please post your modeling, convergence, or any other PyMC question on [cross-validated](http://stats.stackexchange.com/), the statistcs stack-exchange.\n", |
| 92 | + " \n", |
| 93 | + " \n", |
72 | 94 | "Using the book\n", |
73 | 95 | "-------\n", |
74 | 96 | "\n", |
|
101 | 123 | "\n", |
102 | 124 | "\n", |
103 | 125 | "Thanks to all our contributing authors, including (in chronological order):\n", |
104 | | - "\n", |
105 | 126 | "- [Cameron Davidson-Pilon](http://www.camdp.com)\n", |
106 | 127 | "- [Stef Gibson](http://stefgibson.com)\n", |
107 | 128 | "- [Vincent Ohprecio](http://bigsnarf.wordpress.com/)\n", |
108 | 129 | "- [Lars Buitinck](https://github.com/larsman)\n", |
109 | 130 | "- [Paul Magwene](http://github.com/pmagwene) \n", |
110 | 131 | "- [Matthias Bussonnier](https://github.com/Carreau)\n", |
111 | 132 | "- [Jens Rantil](https://github.com/JensRantil)\n", |
| 133 | + "- [y-p](https://github.com/y-p)\n", |
| 134 | + "- [Ethan Brown](http://www.etano.net/)\n", |
112 | 135 | "\n", |
113 | 136 | "\n", |
114 | 137 | "We would like to thank the Python community for building an amazing architecture. We would like to thank the \n", |
|
150 | 173 | "Contact the main author, Cam Davidson-Pilon at [email protected] or [@cmrndp](https://twitter.com/cmrn_dp)\n", |
151 | 174 | "\n", |
152 | 175 | "\n", |
153 | | - "" |
| 176 | + "\n" |
154 | 177 | ] |
155 | 178 | }, |
156 | 179 | { |
|
0 commit comments