Skip to content

Commit

Permalink
removed inaccurate link
Browse files Browse the repository at this point in the history
  • Loading branch information
racheltho committed Jul 8, 2019
1 parent e66cc0c commit 682c442
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 deletions.
26 changes: 19 additions & 7 deletions 3b-more-details.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,18 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"heading_collapsed": true
},
"source": [
"## Bayes Theorem"
]
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"hidden": true
},
"source": [
"Ex: Physicist Leonard Mlodinow tested positive for HIV in 1989. \n",
"\tHis doctor said there was a 99.9% chance he had HIV. \n",
Expand All @@ -95,7 +99,9 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"hidden": true
},
"source": [
"This example is from the book:\n",
"\n",
Expand All @@ -104,22 +110,28 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"hidden": true
},
"source": [
"Bayes Theorem (for conditional probabilities): $$ P(A | B) P(B) = P(B | A) P(A) $$"
]
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"hidden": true
},
"source": [
"### Answer"
]
},
{
"cell_type": "code",
"execution_count": 19,
"metadata": {},
"metadata": {
"hidden": true
},
"outputs": [
{
"ename": "SyntaxError",
Expand Down Expand Up @@ -971,7 +983,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
"version": "3.7.1"
}
},
"nbformat": 4,
Expand Down
9 changes: 1 addition & 8 deletions 6b-rnn-english-numbers-GRU.ipynb
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This notebook was part of [Lesson 7](https://course.fast.ai/videos/?lesson=7) of the Practical Deep Learning for Coders course."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -833,7 +826,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.3"
"version": "3.7.1"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 682c442

Please sign in to comment.