Skip to content

Commit 594a321

Browse files
committed
🚀 Deploy updated DGM site (2025-09-16 15:36)
1 parent c438414 commit 594a321

4 files changed

Lines changed: 737 additions & 11 deletions

File tree

‎dgm-fall-2025/lectures/index.html‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ <h2 class="post-description"></h2>
186186

187187

188188

189-
| <a href="" target="_blank">notes</a>
189+
| <a href="/dgm-fall-2025/notes/lecture-03" target="_blank">notes</a>
190190

191191
]
192192
</td>
@@ -199,7 +199,7 @@ <h2 class="post-description"></h2>
199199

200200
</tr>
201201

202-
<tr class="warning">
202+
<tr class="past">
203203
<th scope="row">9/15</th>
204204

205205
<td>
@@ -228,7 +228,7 @@ <h2 class="post-description"></h2>
228228

229229
</tr>
230230

231-
<tr class="upcoming">
231+
<tr class="warning">
232232
<th scope="row">9/17</th>
233233

234234
<td>

‎dgm-fall-2025/notes/index.html‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,16 @@ <h2>The notes written by students and edited by instructors</h2>
9393

9494
<ul class="post-list">
9595

96+
<li >
97+
<p class="post-meta">September 10, 2025</p>
98+
<h2>
99+
<a class="post-title" href="/dgm-fall-2025/notes/lecture-03/"
100+
>Lecture 03</a
101+
>
102+
</h2>
103+
<p>Statistics / linear algebra / calculus review</p>
104+
</li>
105+
96106
<li >
97107
<p class="post-meta">September 8, 2025</p>
98108
<h2>

‎dgm-fall-2025/notes/lecture-02/index.html‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ <h2 id="recap">Recap</h2>
168168
<p>Formally, a computer program is said to learn from experience $ℇ$ with respect to some task $𝒯$ and performance measure $𝒫$ if its performance at $𝒯$ as measured by $𝒫$ improves with $ℇ$.</p>
169169

170170
<figure>
171-
<img src="/assets/img/notes/lecture-02/Recap.png" alt="" />
171+
<img src="../../assets/img/notes/lecture-02/Recap.png" alt="" />
172172
</figure>
173173

174174
<hr />
@@ -207,7 +207,7 @@ <h2 id="machine-learning-jargon">Machine Learning Jargon</h2>
207207
<h2 id="history-of-machine-learning">History of Machine Learning</h2>
208208

209209
<figure>
210-
<img src="/assets/img/notes/lecture-02/lec2-1.png" alt="" />
210+
<img src="../../assets/img/notes/lecture-02/lec2-1.png" alt="" />
211211
</figure>
212212

213213
<ul>
@@ -221,7 +221,7 @@ <h2 id="history-of-machine-learning">History of Machine Learning</h2>
221221
</ul>
222222

223223
<figure>
224-
<img src="/assets/img/notes/lecture-02/lec2-2.png" alt="" />
224+
<img src="../../assets/img/notes/lecture-02/lec2-2.png" alt="" />
225225
</figure>
226226

227227
<hr />
@@ -230,7 +230,7 @@ <h2 id="artificial-neurons-and-perceptrons">Artificial Neurons and Perceptrons</
230230
<ul>
231231
<li>Neural model first discussed in 1943 (McCulloch &amp; Pitts).
232232
<figure>
233-
<img src="/assets/img/notes/lecture-02/lec2-2.png" alt="" />
233+
<img src="../../assets/img/notes/lecture-02/lec2-2.png" alt="" />
234234
</figure>
235235
<ul>
236236
<li>Mimicked neuroscience behaviors.</li>
@@ -240,7 +240,7 @@ <h2 id="artificial-neurons-and-perceptrons">Artificial Neurons and Perceptrons</
240240
</li>
241241
<li><strong>Perceptrons</strong>:
242242
<figure>
243-
<img src="/assets/img/notes/lecture-02/lec2-3.png" alt="" />
243+
<img src="../../assets/img/notes/lecture-02/lec2-3.png" alt="" />
244244
</figure>
245245
<ul>
246246
<li>Horizontal = input, vertical = output.</li>
@@ -298,7 +298,7 @@ <h2 id="neural-networks-as-computation-graphs">Neural networks as computation gr
298298
</ul>
299299

300300
<figure>
301-
<img src="/assets/img/notes/lecture-02/fig-computation-graph.png" alt="Computation graph showing input, intermediate computations, and outputs" />
301+
<img src="../../assets/img/notes/lecture-02/fig-computation-graph.png" alt="Computation graph showing input, intermediate computations, and outputs" />
302302
</figure>
303303

304304
<ul>
@@ -330,7 +330,7 @@ <h2 id="about-the-term-deep-learning">About the term “Deep Learning”</h2>
330330
<h2 id="activation-functions">Activation Functions</h2>
331331

332332
<figure>
333-
<img src="/assets/img/notes/lecture-02/lec2-7.png" alt="" />
333+
<img src="../../assets/img/notes/lecture-02/lec2-7.png" alt="" />
334334
</figure>
335335

336336
<ul>
@@ -344,7 +344,7 @@ <h2 id="activation-functions">Activation Functions</h2>
344344
<h2 id="hardware">Hardware</h2>
345345

346346
<figure>
347-
<img src="/assets/img/notes/lecture-02/lec2-8.png" alt="" />
347+
<img src="../../assets/img/notes/lecture-02/lec2-8.png" alt="" />
348348
</figure>
349349

350350
<ul>

0 commit comments

Comments
 (0)