Skip to content

Commit 682c442

Browse files
committed
removed inaccurate link
1 parent e66cc0c commit 682c442

File tree

2 files changed

+20
-15
lines changed

2 files changed

+20
-15
lines changed

3b-more-details.ipynb

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,18 @@
6868
},
6969
{
7070
"cell_type": "markdown",
71-
"metadata": {},
71+
"metadata": {
72+
"heading_collapsed": true
73+
},
7274
"source": [
7375
"## Bayes Theorem"
7476
]
7577
},
7678
{
7779
"cell_type": "markdown",
78-
"metadata": {},
80+
"metadata": {
81+
"hidden": true
82+
},
7983
"source": [
8084
"Ex: Physicist Leonard Mlodinow tested positive for HIV in 1989. \n",
8185
"\tHis doctor said there was a 99.9% chance he had HIV. \n",
@@ -95,7 +99,9 @@
9599
},
96100
{
97101
"cell_type": "markdown",
98-
"metadata": {},
102+
"metadata": {
103+
"hidden": true
104+
},
99105
"source": [
100106
"This example is from the book:\n",
101107
"\n",
@@ -104,22 +110,28 @@
104110
},
105111
{
106112
"cell_type": "markdown",
107-
"metadata": {},
113+
"metadata": {
114+
"hidden": true
115+
},
108116
"source": [
109117
"Bayes Theorem (for conditional probabilities): $$ P(A | B) P(B) = P(B | A) P(A) $$"
110118
]
111119
},
112120
{
113121
"cell_type": "markdown",
114-
"metadata": {},
122+
"metadata": {
123+
"hidden": true
124+
},
115125
"source": [
116126
"### Answer"
117127
]
118128
},
119129
{
120130
"cell_type": "code",
121131
"execution_count": 19,
122-
"metadata": {},
132+
"metadata": {
133+
"hidden": true
134+
},
123135
"outputs": [
124136
{
125137
"ename": "SyntaxError",
@@ -971,7 +983,7 @@
971983
"name": "python",
972984
"nbconvert_exporter": "python",
973985
"pygments_lexer": "ipython3",
974-
"version": "3.7.3"
986+
"version": "3.7.1"
975987
}
976988
},
977989
"nbformat": 4,

6b-rnn-english-numbers-GRU.ipynb

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
{
22
"cells": [
3-
{
4-
"cell_type": "markdown",
5-
"metadata": {},
6-
"source": [
7-
"This notebook was part of [Lesson 7](https://course.fast.ai/videos/?lesson=7) of the Practical Deep Learning for Coders course."
8-
]
9-
},
103
{
114
"cell_type": "markdown",
125
"metadata": {},
@@ -833,7 +826,7 @@
833826
"name": "python",
834827
"nbconvert_exporter": "python",
835828
"pygments_lexer": "ipython3",
836-
"version": "3.7.3"
829+
"version": "3.7.1"
837830
}
838831
},
839832
"nbformat": 4,

0 commit comments

Comments
 (0)