Skip to content

Commit c8c247e

Browse files
Merge branch 'master' of github.com:CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
2 parents 01a6dc3 + 7a63223 commit c8c247e

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Chapter1_Introduction/Chapter1_Introduction.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"\n",
136136
"We are interested in beliefs, which can be interpreted as probabilities by thinking Bayesian. We have a *prior* belief in event $A$, beliefs formed by previous information, e.g., our prior belief about bugs being in our code before performing tests.\n",
137137
"\n",
138-
"Secondly, we observe our evidence. To continue our buggy-code example: if our code passes $X$ tests, we want to update our belief to incorporate this. We call this new belief the *posterior* probability. Updating our belief is done via the following equation, known as Bayes' Theorem, after it's discoverer Thomas Bayes:\n",
138+
"Secondly, we observe our evidence. To continue our buggy-code example: if our code passes $X$ tests, we want to update our belief to incorporate this. We call this new belief the *posterior* probability. Updating our belief is done via the following equation, known as Bayes' Theorem, after its discoverer Thomas Bayes:\n",
139139
"\n",
140140
"\\begin{align}\n",
141141
" P( A | X ) = & \\frac{ P(X | A) P(A) } {P(X) } \\\\\\\\[5pt]\n",
@@ -1043,4 +1043,4 @@
10431043
"metadata": {}
10441044
}
10451045
]
1046-
}
1046+
}

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
###Probabilistic Programming & Bayesian Methods for Hackers
1+
#Bayesian Methods for Hackers
22
#### *Using Python and PyMC*
33

44

@@ -49,7 +49,7 @@ Interactive notebooks + examples can be downloaded by cloning! )
4949
- Exploring a Kaggle dataset and the pitfalls of naive analysis
5050
- How to sort Reddit comments from best to worst (not as easy as you think)
5151

52-
* [**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)
52+
* [**Chapter 5: Would you rather lose 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)
5353
The introduction of Loss functions and their (awesome) use in Bayesian methods. Examples include:
5454
- Solving the Price is Right's Showdown
5555
- Optimizing financial predictions
@@ -121,8 +121,8 @@ Authors submit content or revisions using the GitHub interface.
121121
- The current chapter list is not finalized. If you see something that is missing (MCMC, MAP, Bayesian networks, good prior choices, Potential classes etc.),
122122
feel free to start there.
123123
- Cleaning up Python code and making code more PyMC-esque.
124-
- Giving better explainations
125-
- Spelling/grammer mistakes
124+
- Giving better explanations
125+
- Spelling/grammar mistakes
126126
- Suggestions
127127
- Contributing to the IPython notebook styles.
128128

@@ -165,6 +165,7 @@ Thanks to all our contributing authors, including (in chronological order):
165165
- [ducky427](https://github.com/ducky427)
166166
- [Pablo de Oliveira Castro](https://github.com/pablooliveira)
167167
- [sergeyfogelson](https://github.com/sergeyfogelson)
168+
- [Mattia Rigotti](http://neurotheory.columbia.edu/~mrigotti/)
168169

169170

170171
We would like to thank the Python community for building an amazing architecture. We would like to thank the

0 commit comments

Comments
 (0)