Skip to content

Commit c89f13f

Browse files
Merge branch 'master' of github.com:CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
2 parents 739c1fe + 418aed3 commit c89f13f

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

Prolouge/Prolouge.ipynb renamed to Prologue/Prologue.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"metadata": {
3-
"name": "Prolouge"
3+
"name": "Prologue"
44
},
55
"nbformat": 3,
66
"nbformat_minor": 0,
@@ -145,4 +145,4 @@
145145
"metadata": {}
146146
}
147147
]
148-
}
148+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ 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-
* [**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+
* [**Prologue.**](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

2727
* [**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:

0 commit comments

Comments
 (0)