You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/errata.md
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,16 +11,17 @@ I would be happy if you just write me a short [mail](mailto:mail@sebastianraschk
11
11
12
12
## Donations
13
13
14
-
- Current amount for the next donation: $2.25
14
+
- Current amount for the next donation: $3.50
15
15
- Amount donated to charity: $0.00
16
16
17
17
## Leaderboard
18
18
19
19
1. Joseph Gordon ($0.75)
20
20
2. T.S. Jayram ($0.50)
21
21
3. S.R. ($0.50)
22
-
4. Ryan S. ($0.25)
22
+
4. Ryan S. ($1.25)
23
23
5. Elias R. ($0.25)
24
+
6. Haitham H. Saleh ($0.25)
24
25
25
26
26
27
...
@@ -48,12 +49,33 @@ I am really sorry about you seeing many typos up in the equations so far. Unfort
48
49
49
50
- p.144: I wrote in the Linear Discrimnant section that "Those who are a little more familiar with linear algebra may know that the rank of the d×d-dimensional covariance matrix can be at most *d − 1* ..." Sorry, this is a little bit out of context. First of all, this is only true if *d >> N* (where *d* is the number of dimensions and *N* is the number of samples), and this should have been in the Principal Component Analysis section. Secondly, in context of the Linear Discriminant Analysis, the number of linear discriminants is at most <em>c-1</em> where <em>c</em> is the number of class labels; the in-between class scatter matrix <em>S<sub>B</sub></em> is the sum of <em>c</em> matrices with rank 1 or less.</strong> (S.R.)
50
51
52
+
**Chapter 12**
53
+
54
+
- p. 347: In the section "Introducing the multi-layer neural network architecture" it says "where *h* is the number of hidden units and *m + 1* is the number of hidden units plus bias unit." It should be "the number of **input** units plus bias unit." (Ryan S.)
55
+
56
+
- p. 348: In the section "Activating a neural network via forward propagation", I wrote "... which passes the origin at z = 0.5, as shown in the following graph:"
57
+
To be correct, *passing through the origin* means passing through the point(0, 0). So, I probably meant to say "which cuts the y-axis at z=0" (Ryan S.)
58
+
59
+
- p. 366: In the section "Computing the logistic cost function, the generalized cost function (without the regularization term) is written as:
"**δ**<sup>(2)</sup> = (**W**<sup>(2)</sup>)<sup>T</sup> **δ**<sup>(3)</sup> * [∂φ(z<sup>(2)</sup>)/ ∂ z<sup>(2)</sup>]" (Ryan S.)
69
+
51
70
### Language
52
71
53
72
**Preface**
54
73
74
+
- p. viii: At the bottom of this page ("Chapter 3, A Tour of Machine Learning Classifirs Using Scikit-learn") it should be "Classifiers" not "classifirs" (Hamit H. Saleh)
75
+
55
76
- p. x: the phrase "--whether you want start from..." should be "--whether you want to start from..." (Joseph Gordon)
56
77
78
+
57
79
**Chapter 2**
58
80
59
81
- p. 19: there should be a period between "otherwise" and "in" (this is towards the end of the page) (Joseph Gordon)
0 commit comments