last update of typos?

This commit is contained in:
Morten Hjorth-Jensen
2022-09-05 17:21:37 +02:00
parent 3d4b9f7f4a
commit 09cc50ce2f
9 changed files with 51 additions and 65 deletions
@@ -527,8 +527,6 @@ of your model complexity (the degree of the polynomial) and the number
of data points, and possibly also your training and test data using the <b>bootstrap</b> resampling method.
You can follow the code example in the jupyter-book at <a href="https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/chapter3.html#the-bias-variance-tradeoff" target="_blank"><tt>https://compphysics.github.io/MachineLearning/doc/LectureNotes/_build/html/chapter3.html#the-bias-variance-tradeoff</tt></a>.
</p>
<p>Note also that when you calculate the bias, in all applications you don't know the function values \( f_i \). You would hence replace them with the actual data points \( y_i \).</p>
<h3 id="part-d-cross-validation-as-resampling-techniques-adding-more-complexity">Part d): Cross-validation as resampling techniques, adding more complexity </h3>
<p>The aim here is to write your own code for another widely popular