Skip to content

Commit

Permalink
deploy: 7094dec
Browse files Browse the repository at this point in the history
  • Loading branch information
gtoti committed Nov 19, 2024
1 parent 6ed2352 commit d9e2af4
Show file tree
Hide file tree
Showing 9 changed files with 6,765 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,800 changes: 3,800 additions & 0 deletions _sources/lectures/101-Giulia-lectures/19_intro_to_computer-vision.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lectures/101-Giulia-lectures/07_linear-models.html
Original file line number Diff line number Diff line change
Expand Up @@ -1743,8 +1743,8 @@ <h4>Predicting with learned weights<a class="headerlink" href="#predicting-with-
<p>In our case, for values for the coefficient of <em>boring</em> &lt; -3.36, the prediction would be negative.</p>
<p>A linear model learns these coefficients or weights from the training data!</p>
<p>So a linear classifier is a linear function of the input <code class="docutils literal notranslate"><span class="pre">X</span></code>, followed by a threshold.</p>
<div class="amsmath math notranslate nohighlight" id="equation-86d21999-b1ea-4145-a101-937a2842e45c">
<span class="eqno">(2)<a class="headerlink" href="#equation-86d21999-b1ea-4145-a101-937a2842e45c" title="Permalink to this equation">#</a></span>\[\begin{equation}
<div class="amsmath math notranslate nohighlight" id="equation-9f0672fe-afc6-4246-96f7-4a477d174e74">
<span class="eqno">(2)<a class="headerlink" href="#equation-9f0672fe-afc6-4246-96f7-4a477d174e74" title="Permalink to this equation">#</a></span>\[\begin{equation}
\begin{split}
z =&amp; w_1x_1 + \dots + w_dx_d + b\\
=&amp; w^Tx + b
Expand Down
2,960 changes: 2,960 additions & 0 deletions lectures/101-Giulia-lectures/19_intro_to_computer-vision.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions lectures/notes/07_linear-models.html
Original file line number Diff line number Diff line change
Expand Up @@ -1687,8 +1687,8 @@ <h4>Predicting with learned weights<a class="headerlink" href="#predicting-with-
<p>In our case, for values for the coefficient of <em>boring</em> &lt; -3.36, the prediction would be negative.</p>
<p>A linear model learns these coefficients or weights from the training data!</p>
<p>So a linear classifier is a linear function of the input <code class="docutils literal notranslate"><span class="pre">X</span></code>, followed by a threshold.</p>
<div class="amsmath math notranslate nohighlight" id="equation-85c97a9c-b6a8-4121-8a16-351c9d2306b6">
<span class="eqno">(1)<a class="headerlink" href="#equation-85c97a9c-b6a8-4121-8a16-351c9d2306b6" title="Permalink to this equation">#</a></span>\[\begin{equation}
<div class="amsmath math notranslate nohighlight" id="equation-a104d6db-c6a8-4f98-9b0f-bbdea9b96eb3">
<span class="eqno">(1)<a class="headerlink" href="#equation-a104d6db-c6a8-4f98-9b0f-bbdea9b96eb3" title="Permalink to this equation">#</a></span>\[\begin{equation}
\begin{split}
z =&amp; w_1x_1 + \dots + w_dx_d + b\\
=&amp; w^Tx + b
Expand Down
Binary file modified objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit d9e2af4

Please sign in to comment.