update week 46

This commit is contained in:
Morten Hjorth-Jensen
2024-11-09 19:05:38 -05:00
parent 9aab5f8781
commit 05941a4834
7 changed files with 182 additions and 184 deletions
+4 -4
View File
@@ -336,13 +336,13 @@ MathJax.Hub.Config({
<!-- subsequent paragraphs come in larger fonts, so start with a paragraph -->
<ul>
<li> Thursday: Basics of decision trees, classification and regression algorithms and ensemble models</li>
<li> Readings and Videos:</li>
<ul>
<li> These lecture notes
<li> Readings and Videos:
<!-- * These lecture notes -->
<!-- * <a href="https://youtu.be/PMswUwhYa7k" target="_self">Video of lecture</a> -->
<!-- * <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2023/NotesNov16.pdf" target="_self">Whiteboard notes</a> --></li>
<ul>
<li> <a href="https://www.youtube.com/watch?v=RmajweUFKvM&ab_channel=Simplilearn" target="_self">Video on Decision trees</a></li>
<li> Decision Trees: Geron's chapter 6 covers decision trees while ensemble models, voting and bagging are discussed in chapter 7. See also lecture from <a href="https://www.uio.no/studier/emner/matnat/math/STK-IN4300/h20/slides/lecture_7.pdf" target="_self">STK-IN4300, lecture 7</a>. Chapter 9.2 of Hastie et al contains also a good discussion.</li>
<li> Decision Trees: Rashcka et al chapter 6, voting and bagging are discussed in chapter 7. See also lecture from <a href="https://www.uio.no/studier/emner/matnat/math/STK-IN4300/h20/slides/lecture_7.pdf" target="_self">STK-IN4300, lecture 7</a>.</li>
</ul>
</ul>
</div>
+4 -5
View File
@@ -214,16 +214,15 @@ MathJax.Hub.Config({
<p><li> Thursday: Basics of decision trees, classification and regression algorithms and ensemble models</li>
<p><li> Readings and Videos:</li>
<ul>
<p><li> These lecture notes
<p><li> Readings and Videos:
<!-- * These lecture notes -->
<!-- * <a href="https://youtu.be/PMswUwhYa7k" target="_blank">Video of lecture</a> -->
<!-- * <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2023/NotesNov16.pdf" target="_blank">Whiteboard notes</a> --></li>
<ul>
<p><li> <a href="https://www.youtube.com/watch?v=RmajweUFKvM&ab_channel=Simplilearn" target="_blank">Video on Decision trees</a></li>
<p><li> Decision Trees: Geron's chapter 6 covers decision trees while ensemble models, voting and bagging are discussed in chapter 7. See also lecture from <a href="https://www.uio.no/studier/emner/matnat/math/STK-IN4300/h20/slides/lecture_7.pdf" target="_blank">STK-IN4300, lecture 7</a>. Chapter 9.2 of Hastie et al contains also a good discussion.</li>
<p><li> Decision Trees: Rashcka et al chapter 6, voting and bagging are discussed in chapter 7. See also lecture from <a href="https://www.uio.no/studier/emner/matnat/math/STK-IN4300/h20/slides/lecture_7.pdf" target="_blank">STK-IN4300, lecture 7</a>.</li>
</ul>
<p>
</ul>
+4 -4
View File
@@ -297,13 +297,13 @@ MathJax.Hub.Config({
<p>
<ul>
<li> Thursday: Basics of decision trees, classification and regression algorithms and ensemble models</li>
<li> Readings and Videos:</li>
<ul>
<li> These lecture notes
<li> Readings and Videos:
<!-- * These lecture notes -->
<!-- * <a href="https://youtu.be/PMswUwhYa7k" target="_blank">Video of lecture</a> -->
<!-- * <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2023/NotesNov16.pdf" target="_blank">Whiteboard notes</a> --></li>
<ul>
<li> <a href="https://www.youtube.com/watch?v=RmajweUFKvM&ab_channel=Simplilearn" target="_blank">Video on Decision trees</a></li>
<li> Decision Trees: Geron's chapter 6 covers decision trees while ensemble models, voting and bagging are discussed in chapter 7. See also lecture from <a href="https://www.uio.no/studier/emner/matnat/math/STK-IN4300/h20/slides/lecture_7.pdf" target="_blank">STK-IN4300, lecture 7</a>. Chapter 9.2 of Hastie et al contains also a good discussion.</li>
<li> Decision Trees: Rashcka et al chapter 6, voting and bagging are discussed in chapter 7. See also lecture from <a href="https://www.uio.no/studier/emner/matnat/math/STK-IN4300/h20/slides/lecture_7.pdf" target="_blank">STK-IN4300, lecture 7</a>.</li>
</ul>
</ul>
</div>
+4 -4
View File
@@ -374,13 +374,13 @@ MathJax.Hub.Config({
<p>
<ul>
<li> Thursday: Basics of decision trees, classification and regression algorithms and ensemble models</li>
<li> Readings and Videos:</li>
<ul>
<li> These lecture notes
<li> Readings and Videos:
<!-- * These lecture notes -->
<!-- * <a href="https://youtu.be/PMswUwhYa7k" target="_blank">Video of lecture</a> -->
<!-- * <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2023/NotesNov16.pdf" target="_blank">Whiteboard notes</a> --></li>
<ul>
<li> <a href="https://www.youtube.com/watch?v=RmajweUFKvM&ab_channel=Simplilearn" target="_blank">Video on Decision trees</a></li>
<li> Decision Trees: Geron's chapter 6 covers decision trees while ensemble models, voting and bagging are discussed in chapter 7. See also lecture from <a href="https://www.uio.no/studier/emner/matnat/math/STK-IN4300/h20/slides/lecture_7.pdf" target="_blank">STK-IN4300, lecture 7</a>. Chapter 9.2 of Hastie et al contains also a good discussion.</li>
<li> Decision Trees: Rashcka et al chapter 6, voting and bagging are discussed in chapter 7. See also lecture from <a href="https://www.uio.no/studier/emner/matnat/math/STK-IN4300/h20/slides/lecture_7.pdf" target="_blank">STK-IN4300, lecture 7</a>.</li>
</ul>
</ul>
</div>
Binary file not shown.
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -13,11 +13,11 @@ DATE: Week 46, November 11-15
!bblock Material for the lecture on Monday November 11, 2024
* Thursday: Basics of decision trees, classification and regression algorithms and ensemble models
* Readings and Videos:
* These lecture notes
# * These lecture notes
# * "Video of lecture":"https://youtu.be/PMswUwhYa7k"
# * "Whiteboard notes":"https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2023/NotesNov16.pdf"
* "Video on Decision trees":"https://www.youtube.com/watch?v=RmajweUFKvM&ab_channel=Simplilearn"
* Decision Trees: Geron's chapter 6 covers decision trees while ensemble models, voting and bagging are discussed in chapter 7. See also lecture from "STK-IN4300, lecture 7":"https://www.uio.no/studier/emner/matnat/math/STK-IN4300/h20/slides/lecture_7.pdf". Chapter 9.2 of Hastie et al contains also a good discussion.
* Decision Trees: Rashcka et al chapter 6, voting and bagging are discussed in chapter 7. See also lecture from "STK-IN4300, lecture 7":"https://www.uio.no/studier/emner/matnat/math/STK-IN4300/h20/slides/lecture_7.pdf".
!eblock