Skip to content

Commit

Permalink
deploy: 9ec02d6
Browse files Browse the repository at this point in the history
  • Loading branch information
kvarada committed Nov 21, 2024
1 parent 88bedc9 commit 2b163c4
Show file tree
Hide file tree
Showing 8 changed files with 22,145 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.
12,448 changes: 12,448 additions & 0 deletions _sources/lectures/102-Varada-lectures/class_demos/demo_20_time-series.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 @@ -1744,8 +1744,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-1c26b50b-107d-4735-803e-a8df9f8edf4b">
<span class="eqno">(2)<a class="headerlink" href="#equation-1c26b50b-107d-4735-803e-a8df9f8edf4b" title="Permalink to this equation">#</a></span>\[\begin{equation}
<div class="amsmath math notranslate nohighlight" id="equation-e752047d-c0ce-4a59-a92d-b427ac7bcf64">
<span class="eqno">(2)<a class="headerlink" href="#equation-e752047d-c0ce-4a59-a92d-b427ac7bcf64" 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
9,692 changes: 9,692 additions & 0 deletions lectures/102-Varada-lectures/class_demos/demo_20_time-series.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 @@ -1688,8 +1688,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-4d44b704-b268-410c-abfd-ad9bfe556870">
<span class="eqno">(1)<a class="headerlink" href="#equation-4d44b704-b268-410c-abfd-ad9bfe556870" title="Permalink to this equation">#</a></span>\[\begin{equation}
<div class="amsmath math notranslate nohighlight" id="equation-3140ec92-ce24-4c9a-8d90-15c8542f69d6">
<span class="eqno">(1)<a class="headerlink" href="#equation-3140ec92-ce24-4c9a-8d90-15c8542f69d6" 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 2b163c4

Please sign in to comment.