Skip to content

Commit a7b6575

Browse files
committed
typo
1 parent ef3465a commit a7b6575

File tree

6 files changed

+130
-132
lines changed

6 files changed

+130
-132
lines changed

doc/pub/week39/html/week39-reveal.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,6 @@ <h2 id="the-bias-variance-tradeoff">The bias-variance tradeoff </h2>
433433
$$
434434
<p>&nbsp;<br>
435435

436-
437-
<b>Note that in order to derive these equations we have assumed we can replace the unknown function \( {\bm f} \) with the target/output data \( \boldsymbol{y} \).</b>
438-
439436
<p>The three terms represent the square of the bias of the learning
440437
method, which can be thought of as the error caused by the simplifying
441438
assumptions built into the method. The second term represents the
@@ -467,6 +464,8 @@ <h2 id="the-bias-variance-tradeoff">The bias-variance tradeoff </h2>
467464
<p>&nbsp;<br>
468465

469466
<p>that is the rewriting in terms of the so-called bias, the variance of the model \( \boldsymbol{\tilde{y}} \) and the variance of \( \boldsymbol{\epsilon} \).</p>
467+
468+
<b>Note that in order to derive these equations we have assumed we can replace the unknown function \( \boldsymbol{f} \) with the target/output data \( \boldsymbol{y} \).</b>
470469
</section>
471470

472471
<section>

doc/pub/week39/html/week39-solarized.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -454,9 +454,6 @@ <h2 id="the-bias-variance-tradeoff">The bias-variance tradeoff </h2>
454454
\mathbb{E}\left[(\boldsymbol{y}-\boldsymbol{\tilde{y}})^2\right]=\frac{1}{n}\sum_i(f_i-\mathbb{E}\left[\boldsymbol{\tilde{y}}\right])^2+\frac{1}{n}\sum_i(\tilde{y}_i-\mathbb{E}\left[\boldsymbol{\tilde{y}}\right])^2+\sigma^2.
455455
$$
456456

457-
458-
<b>Note that in order to derive these equations we have assumed we can replace the unknown function \( {\bm f} \) with the target/output data \( \boldsymbol{y} \).</b>
459-
460457
<p>The three terms represent the square of the bias of the learning
461458
method, which can be thought of as the error caused by the simplifying
462459
assumptions built into the method. The second term represents the
@@ -483,6 +480,8 @@ <h2 id="the-bias-variance-tradeoff">The bias-variance tradeoff </h2>
483480

484481
<p>that is the rewriting in terms of the so-called bias, the variance of the model \( \boldsymbol{\tilde{y}} \) and the variance of \( \boldsymbol{\epsilon} \).</p>
485482

483+
<b>Note that in order to derive these equations we have assumed we can replace the unknown function \( \boldsymbol{f} \) with the target/output data \( \boldsymbol{y} \).</b>
484+
486485
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
487486
<h2 id="a-way-to-read-the-bias-variance-tradeoff">A way to Read the Bias-Variance Tradeoff </h2>
488487

doc/pub/week39/html/week39.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -531,9 +531,6 @@ <h2 id="the-bias-variance-tradeoff">The bias-variance tradeoff </h2>
531531
\mathbb{E}\left[(\boldsymbol{y}-\boldsymbol{\tilde{y}})^2\right]=\frac{1}{n}\sum_i(f_i-\mathbb{E}\left[\boldsymbol{\tilde{y}}\right])^2+\frac{1}{n}\sum_i(\tilde{y}_i-\mathbb{E}\left[\boldsymbol{\tilde{y}}\right])^2+\sigma^2.
532532
$$
533533

534-
535-
<b>Note that in order to derive these equations we have assumed we can replace the unknown function \( {\bm f} \) with the target/output data \( \boldsymbol{y} \).</b>
536-
537534
<p>The three terms represent the square of the bias of the learning
538535
method, which can be thought of as the error caused by the simplifying
539536
assumptions built into the method. The second term represents the
@@ -560,6 +557,8 @@ <h2 id="the-bias-variance-tradeoff">The bias-variance tradeoff </h2>
560557

561558
<p>that is the rewriting in terms of the so-called bias, the variance of the model \( \boldsymbol{\tilde{y}} \) and the variance of \( \boldsymbol{\epsilon} \).</p>
562559

560+
<b>Note that in order to derive these equations we have assumed we can replace the unknown function \( \boldsymbol{f} \) with the target/output data \( \boldsymbol{y} \).</b>
561+
563562
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
564563
<h2 id="a-way-to-read-the-bias-variance-tradeoff">A way to Read the Bias-Variance Tradeoff </h2>
565564

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)