-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #299 from slds-lmu/new_chunks
Add new chapters to regu and advrisk and add jupyter notebook solutio…
- Loading branch information
Showing
19 changed files
with
115 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: "Chapter 11.03: L2- and L1 Loss" | ||
weight: 11003 | ||
--- | ||
In this section, we revisit the \\(L2\\) and \\(L1\\) loss and present their risk minimizers -- the conditional mean -- and optimal constant model -- the empirical mean of observed target values is derived for the \\(L2\\) loss. The conditional median -- and optimal constant model -- the empirical median of observed target values is introduced for the \\(L1\\) loss. | ||
|
||
<!--more--> | ||
|
||
### Lecture video | ||
|
||
{{< video id="agQQzTI_6HI" >}} | ||
|
||
### Lecture slides | ||
|
||
{{< pdfjs file="https://github.com/slds-lmu/lecture_sl/raw/main/slides-pdf/slides-advriskmin-regression-l2-l1.pdf" >}} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: "Chapter 15.02: Ridge Regression" | ||
weight: 15002 | ||
--- | ||
We introduce Ridge regression as a key approach to regularizing linear models. | ||
|
||
<!--more--> | ||
|
||
### Lecture video | ||
|
||
{{< video id="yeN-xRfheYU" >}} | ||
|
||
### Lecture slides | ||
|
||
{{< pdfjs file="https://github.com/slds-lmu/lecture_sl/raw/main/slides-pdf/slides-regu-l2.pdf" >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: "Chapter 15.03: Lasso Regression" | ||
weight: 15003 | ||
--- | ||
We introduce Lasso regression as a key approach to regularizing linear models. | ||
|
||
<!--more--> | ||
|
||
### Lecture video | ||
|
||
{{< video id="yeN-xRfheYU" >}} | ||
|
||
### Lecture slides | ||
|
||
{{< pdfjs file="https://github.com/slds-lmu/lecture_sl/raw/main/slides-pdf/slides-regu-l1.pdf" >}} |
4 changes: 2 additions & 2 deletions
4
...apters/15_regularization/15-03-l1vsl12.md → ...apters/15_regularization/15-04-l1vsl12.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ers/15_regularization/15-04-enetlogreg.md → ...ers/15_regularization/15-05-enetlogreg.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: "Chapter 15.06: Other Types of Regularization" | ||
weight: 15006 | ||
--- | ||
In this section, we introduce other regularization approaches besides the important special cases \\(L1\\) and \\(L2\\). | ||
|
||
<!--more--> | ||
|
||
### Lecture video | ||
|
||
{{< video id="gw6yLFoQzdQ" >}} | ||
|
||
### Lecture slides | ||
|
||
{{< pdfjs file="https://github.com/slds-lmu/lecture_sl/raw/main/slides-pdf/slides-regu-others.pdf" >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: "Chapter 15.07: Regularization in NonLinear Models" | ||
weight: 15007 | ||
--- | ||
In this section, we demonstrate regularization in non-linear models like neural networks. | ||
|
||
<!--more--> | ||
|
||
### Lecture video | ||
|
||
{{< video id="MdwK9e2wR_U" >}} | ||
|
||
### Lecture slides | ||
|
||
{{< pdfjs file="https://github.com/slds-lmu/lecture_sl/raw/main/slides-pdf/slides-regu-nonlin.pdf" >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...15_regularization/15-07-geom-l2-wdecay.md → ...15_regularization/15-09-geom-l2-wdecay.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...apters/15_regularization/15-08-geom-l1.md → ...apters/15_regularization/15-10-geom-l1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...15_regularization/15-10-early-stopping.md → ...15_regularization/15-11-early-stopping.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: "Chapter 15.12: Details on Ridge Regression: Deep Dive" | ||
weight: 15012 | ||
--- | ||
In this section, we consider Ridge regression as row-augmentation and as minimizing risk under feature noise. We also discuss the bias-variance tradeoff. | ||
|
||
<!--more--> | ||
|
||
### Lecture slides | ||
|
||
{{< pdfjs file="https://github.com/slds-lmu/lecture_sl/raw/main/slides-pdf/slides-regu-ridge-deepdive.pdf" >}} |
4 changes: 2 additions & 2 deletions
4
...ers/15_regularization/15-09-lasso-deep.md → ...ers/15_regularization/15-13-lasso-deep.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: "Chapter 15.14: Bagging as Regularization Method: Deep Dive" | ||
weight: 15014 | ||
--- | ||
In this section, we consider bagging as a form of regularization. We also discuss which factors influence the effectiveness of bagging. | ||
|
||
<!--more--> | ||
|
||
### Lecture slides | ||
|
||
{{< pdfjs file="https://github.com/slds-lmu/lecture_sl/raw/main/slides-pdf/slides-regu-bagging-deepdive.pdf" >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters