added video

This commit is contained in:
Morten Hjorth-Jensen
2022-09-16 15:29:02 +02:00
parent 8d0d1a565a
commit 9543b54fea
7 changed files with 614 additions and 695 deletions
+3
View File
@@ -269,6 +269,9 @@ MathJax.Hub.Config({
<li> <a href="https://youtu.be/YVQGvcsovpw" target="_self">Video of lecture</a></li>
</ul>
<li> Friday September 16: Resampling methods, bias-variance, overfitting, Cross-validation and Bootstrapping</li>
<ul>
<li> <a href="https://youtu.be/rbaHRF-7bsQ" target="_self">Video of lecture</a></li>
</ul>
</ul>
<p>Recommended Reading:</p>
<ol>
+5
View File
@@ -205,6 +205,11 @@ MathJax.Hub.Config({
</ul>
<p>
<p><li> Friday September 16: Resampling methods, bias-variance, overfitting, Cross-validation and Bootstrapping</li>
<ul>
<p><li> <a href="https://youtu.be/rbaHRF-7bsQ" target="_blank">Video of lecture</a></li>
</ul>
<p>
</ul>
<p>
<p>Recommended Reading:</p>
@@ -246,6 +246,9 @@ MathJax.Hub.Config({
<li> <a href="https://youtu.be/YVQGvcsovpw" target="_blank">Video of lecture</a></li>
</ul>
<li> Friday September 16: Resampling methods, bias-variance, overfitting, Cross-validation and Bootstrapping</li>
<ul>
<li> <a href="https://youtu.be/rbaHRF-7bsQ" target="_blank">Video of lecture</a></li>
</ul>
</ul>
<p>Recommended Reading:</p>
<ol>
+3
View File
@@ -323,6 +323,9 @@ MathJax.Hub.Config({
<li> <a href="https://youtu.be/YVQGvcsovpw" target="_blank">Video of lecture</a></li>
</ul>
<li> Friday September 16: Resampling methods, bias-variance, overfitting, Cross-validation and Bootstrapping</li>
<ul>
<li> <a href="https://youtu.be/rbaHRF-7bsQ" target="_blank">Video of lecture</a></li>
</ul>
</ul>
<p>Recommended Reading:</p>
<ol>
Binary file not shown.
File diff suppressed because one or more lines are too long
+1
View File
@@ -8,6 +8,7 @@ DATE: today
* Thursday September 15: Summary of Ridge and Lasso with examples and statistical interpretation. Start resampling techniques and discussion of the _bias-variance_ tradeoff.
* "Video of lecture":"https://youtu.be/YVQGvcsovpw"
* Friday September 16: Resampling methods, bias-variance, overfitting, Cross-validation and Bootstrapping
* "Video of lecture":"https://youtu.be/rbaHRF-7bsQ"
Recommended Reading:
o Lectures on Resampling methods (these lectures), see also lectures from week 36