This commit is contained in:
Morten Hjorth-Jensen
2023-11-21 06:16:54 +01:00
parent a854a3e9c0
commit 06b09eb681
173 changed files with 13894 additions and 3718 deletions
+11 -6
View File
@@ -55,7 +55,7 @@ const thebe_selector_output = ".output, .cell_output"
<script defer="defer" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Project 1 on Machine Learning, deadline October 9 (midnight), 2023" href="project1.html" />
<link rel="next" title="Week 47: From Decision Trees to Ensemble Methods, Random Forests and Boosting Methods and Summary of Course" href="week47.html" />
<link rel="prev" title="Week 45, Recurrent Neural Networks" href="week45.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="None">
@@ -358,6 +358,11 @@ const thebe_selector_output = ".output, .cell_output"
Week 46: Decision Trees, Ensemble methods and Random Forests
</a>
</li>
<li class="toctree-l1">
<a class="reference internal" href="week47.html">
Week 47: From Decision Trees to Ensemble Methods, Random Forests and Boosting Methods and Summary of Course
</a>
</li>
</ul>
<p aria-level="2" class="caption" role="heading">
<span class="caption-text">
@@ -1289,9 +1294,9 @@ predicting the target features of query instances is as follows:</p>
</div>
<div class="cell_output docutils container">
<div class="output stream highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>2nd degree coefficients:
zero power: -7.926488923435684
first power: 0.10587157250737213
second power: -0.00018629164426077816
zero power: -2.877168286047408
first power: -0.052836183775253814
second power: -1.4881344092288954e-05
</pre></div>
</div>
<img alt="_images/week46_9_1.png" src="_images/week46_9_1.png" />
@@ -3415,10 +3420,10 @@ observations that are missed in the previous iterations.</p>
<p class="prev-next-title">Week 45, Recurrent Neural Networks</p>
</div>
</a>
<a class='right-next' id="next-link" href="project1.html" title="next page">
<a class='right-next' id="next-link" href="week47.html" title="next page">
<div class="prev-next-info">
<p class="prev-next-subtitle">next</p>
<p class="prev-next-title">Project 1 on Machine Learning, deadline October 9 (midnight), 2023</p>
<p class="prev-next-title">Week 47: From Decision Trees to Ensemble Methods, Random Forests and Boosting Methods and Summary of Course</p>
</div>
<i class="fas fa-angle-right"></i>
</a>