This commit is contained in:
Morten Hjorth-Jensen
2023-11-23 15:37:32 +01:00
parent 9c58a12d4f
commit b6ddcba9c1
7 changed files with 678 additions and 602 deletions
+2
View File
@@ -406,6 +406,8 @@ MathJax.Hub.Config({
<li> Readings and Videos:</li>
<ul>
<li> These lecture notes</li>
<li> <a href="https://youtu.be/SpWXsvn5I9E" target="_self">Video of Lecture</a></li>
<li> <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2023/NotesNov23.pdf" target="_self">Whiteboard notes</a></li>
<li> <a href="https://www.youtube.com/watch?v=RmajweUFKvM&ab_channel=Simplilearn" target="_self">Video on Decision trees</a></li>
<li> <a href="https://www.youtube.com/watch?v=wPqtzj5VZus&ab_channel=H2O.ai" target="_self">Video on boosting methods by Hastie</a></li>
<li> <a href="https://www.youtube.com/watch?v=LsK-xG1cLYA" target="_self">Video on AdaBoost</a></li>
+4
View File
@@ -221,6 +221,10 @@ MathJax.Hub.Config({
<p><li> These lecture notes</li>
<p><li> <a href="https://youtu.be/SpWXsvn5I9E" target="_blank">Video of Lecture</a></li>
<p><li> <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2023/NotesNov23.pdf" target="_blank">Whiteboard notes</a></li>
<p><li> <a href="https://www.youtube.com/watch?v=RmajweUFKvM&ab_channel=Simplilearn" target="_blank">Video on Decision trees</a></li>
<p><li> <a href="https://www.youtube.com/watch?v=wPqtzj5VZus&ab_channel=H2O.ai" target="_blank">Video on boosting methods by Hastie</a></li>
@@ -350,6 +350,8 @@ MathJax.Hub.Config({
<li> Readings and Videos:</li>
<ul>
<li> These lecture notes</li>
<li> <a href="https://youtu.be/SpWXsvn5I9E" target="_blank">Video of Lecture</a></li>
<li> <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2023/NotesNov23.pdf" target="_blank">Whiteboard notes</a></li>
<li> <a href="https://www.youtube.com/watch?v=RmajweUFKvM&ab_channel=Simplilearn" target="_blank">Video on Decision trees</a></li>
<li> <a href="https://www.youtube.com/watch?v=wPqtzj5VZus&ab_channel=H2O.ai" target="_blank">Video on boosting methods by Hastie</a></li>
<li> <a href="https://www.youtube.com/watch?v=LsK-xG1cLYA" target="_blank">Video on AdaBoost</a></li>
+2
View File
@@ -427,6 +427,8 @@ MathJax.Hub.Config({
<li> Readings and Videos:</li>
<ul>
<li> These lecture notes</li>
<li> <a href="https://youtu.be/SpWXsvn5I9E" target="_blank">Video of Lecture</a></li>
<li> <a href="https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2023/NotesNov23.pdf" target="_blank">Whiteboard notes</a></li>
<li> <a href="https://www.youtube.com/watch?v=RmajweUFKvM&ab_channel=Simplilearn" target="_blank">Video on Decision trees</a></li>
<li> <a href="https://www.youtube.com/watch?v=wPqtzj5VZus&ab_channel=H2O.ai" target="_blank">Video on boosting methods by Hastie</a></li>
<li> <a href="https://www.youtube.com/watch?v=LsK-xG1cLYA" target="_blank">Video on AdaBoost</a></li>
Binary file not shown.
File diff suppressed because one or more lines are too long
+2
View File
@@ -15,6 +15,8 @@ DATE: November 20-24, 2023
* Thursday: Basics of decision trees, classification and regression algorithms and ensemble models
* Readings and Videos:
* These lecture notes
* "Video of Lecture":"https://youtu.be/SpWXsvn5I9E"
* "Whiteboard notes":"https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2023/NotesNov23.pdf"
* "Video on Decision trees":"https://www.youtube.com/watch?v=RmajweUFKvM&ab_channel=Simplilearn"
* "Video on boosting methods by Hastie":"https://www.youtube.com/watch?v=wPqtzj5VZus&ab_channel=H2O.ai"
* "Video on AdaBoost":"https://www.youtube.com/watch?v=LsK-xG1cLYA"