Skip to content

Commit

Permalink
classif part2
Browse files Browse the repository at this point in the history
including errata
  • Loading branch information
manuelhelmerichs committed Nov 9, 2024
1 parent e70273b commit 082ca41
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions content/appendix/02_errata.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ title: Errata
- Chapter 1.4 (Models & Parameters) - slide 5/10: d-dimensional vector, not p-dimensional
- Chapter 2.1 (Regression losses): Slide 1/5 sign in bullet point 4
- Chapter 2.2 (Deep Dive OLS): Slide 2/2 last lines in left column
- Chapter 3.6 (Naive Bayes): Slide 3/6: Missing exponents in figure
- Chapter 4.3 (Simple Measures for Classification) - slide 6/9: Error in cost matrix
- Chapter 4.4 (Perfomance Evaluation: Test Error) - slide 8/13: The variance of MSE decreases with test set size, not the mean of MSE
- Chapter 4.7 (Classification measures): Slide 6/9 cost computation
- Chapter 6.2 (CART: Growing a Tree) - slide 5/8: Wrong plot is displayed in video (axis wrong, points missing)
- Chapter 7.2 (Forests: Intro) - slides 7/8 and 8/8: Error in OOB error
- Chapter 7.4 (Forests: Feature importance) - slide 3/3: Error in permutation based variable importance
- Chapter 7.4 (Forests: Feature importance) - new slide 4/4: Improve explanation of MeanDecreaseAccuracy and MeanDecreaseGini
- Chapter 11.6 (0-1 Loss): Slides 2/5 and 4/5 Errors in notation of conditional probability inside of expectation
- Chapter 11.7 (Bernoulli Loss): Slides 9/10 and 10/10 Errors in Bernoulli Loss and Entropy Splitting Criterion
- Chapter 11.12 (MLE2): Slide 2/5 wrong negative sign in NLL equation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Linear classifiers are an essential subclass of classification models. This sect

### Lecture video

{{< video id="wR43JOYxTZM" >}}
{{< video id="SkrQOtpD9d0" >}}

### Lecture slides

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Discriminant analysis is a generative approach toward constructing a classifier.

### Lecture video

{{< video id="inIhdMwQ4Ik" >}}
{{< video id="WHQLS9PBLig" >}}

### Lecture slides

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Naive Bayes is a generative approach based on an assumption of conditional indep

### Lecture video

{{< video id="bvAYZsIt04U" >}}
{{< video id="TJ0ZSAyIi_c" >}}

### Lecture slides

Expand Down

0 comments on commit 082ca41

Please sign in to comment.