File tree Expand file tree Collapse file tree 2 files changed +20
-15
lines changed Expand file tree Collapse file tree 2 files changed +20
-15
lines changed Original file line number Diff line number Diff line change 68
68
},
69
69
{
70
70
"cell_type" : " markdown" ,
71
- "metadata" : {},
71
+ "metadata" : {
72
+ "heading_collapsed" : true
73
+ },
72
74
"source" : [
73
75
" ## Bayes Theorem"
74
76
]
75
77
},
76
78
{
77
79
"cell_type" : " markdown" ,
78
- "metadata" : {},
80
+ "metadata" : {
81
+ "hidden" : true
82
+ },
79
83
"source" : [
80
84
" Ex: Physicist Leonard Mlodinow tested positive for HIV in 1989. \n " ,
81
85
" \t His doctor said there was a 99.9% chance he had HIV. \n " ,
95
99
},
96
100
{
97
101
"cell_type" : " markdown" ,
98
- "metadata" : {},
102
+ "metadata" : {
103
+ "hidden" : true
104
+ },
99
105
"source" : [
100
106
" This example is from the book:\n " ,
101
107
" \n " ,
104
110
},
105
111
{
106
112
"cell_type" : " markdown" ,
107
- "metadata" : {},
113
+ "metadata" : {
114
+ "hidden" : true
115
+ },
108
116
"source" : [
109
117
" Bayes Theorem (for conditional probabilities): $$ P(A | B) P(B) = P(B | A) P(A) $$"
110
118
]
111
119
},
112
120
{
113
121
"cell_type" : " markdown" ,
114
- "metadata" : {},
122
+ "metadata" : {
123
+ "hidden" : true
124
+ },
115
125
"source" : [
116
126
" ### Answer"
117
127
]
118
128
},
119
129
{
120
130
"cell_type" : " code" ,
121
131
"execution_count" : 19 ,
122
- "metadata" : {},
132
+ "metadata" : {
133
+ "hidden" : true
134
+ },
123
135
"outputs" : [
124
136
{
125
137
"ename" : " SyntaxError" ,
971
983
"name" : " python" ,
972
984
"nbconvert_exporter" : " python" ,
973
985
"pygments_lexer" : " ipython3" ,
974
- "version" : " 3.7.3 "
986
+ "version" : " 3.7.1 "
975
987
}
976
988
},
977
989
"nbformat" : 4 ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"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
- },
10
3
{
11
4
"cell_type" : " markdown" ,
12
5
"metadata" : {},
833
826
"name" : " python" ,
834
827
"nbconvert_exporter" : " python" ,
835
828
"pygments_lexer" : " ipython3" ,
836
- "version" : " 3.7.3 "
829
+ "version" : " 3.7.1 "
837
830
}
838
831
},
839
832
"nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments