Skip to content

Commit 10a435b

Browse files
author
Forest Yang
committed
deploy: release hw5
1 parent 577811a commit 10a435b

3 files changed

Lines changed: 53 additions & 1 deletion

File tree

css/style.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ footer.footer-links {
194194
div.person {
195195
padding: 0;
196196
float: left; }
197-
div.person .person-info, div.person .person-text, div.person .person-thumbnail {
197+
div.person .person-info, div.person .person-thumbnail, div.person .person-text {
198198
float: left; }
199199
div.person .person-thumbnail {
200200
width: 8em; }

index.html

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ <h2 class="highlighted-title">Welcome and Introduction</h2>
147147

148148

149149

150+
151+
150152

151153

152154

@@ -249,6 +251,8 @@ <h2 class="highlighted-title">Maximum Likelihood Estimation</h2>
249251

250252

251253

254+
255+
252256

253257

254258

@@ -362,6 +366,8 @@ <h2 class="highlighted-title">Linear Regression</h2>
362366

363367

364368

369+
370+
365371

366372

367373

@@ -471,6 +477,8 @@ <h2 class="highlighted-title">Classification</h2>
471477

472478

473479

480+
481+
474482

475483

476484

@@ -588,6 +596,8 @@ <h2 class="highlighted-title">Gradient Descent and Backpropagation</h2>
588596

589597

590598

599+
600+
591601

592602

593603

@@ -693,6 +703,8 @@ <h2 class="highlighted-title">Evaluating Models</h2>
693703

694704

695705

706+
707+
696708

697709

698710

@@ -806,6 +818,8 @@ <h2 class="highlighted-title">Dimensionality Reduction</h2>
806818

807819

808820

821+
822+
809823

810824

811825

@@ -915,6 +929,8 @@ <h2 class="highlighted-title">Clustering</h2>
915929

916930

917931

932+
933+
918934

919935

920936

@@ -1026,6 +1042,8 @@ <h2 class="highlighted-title">Decision Trees</h2>
10261042

10271043

10281044

1045+
1046+
10291047

10301048

10311049

@@ -1135,6 +1153,8 @@ <h2 class="highlighted-title">Convolutional Neural Networks and Vision</h2>
11351153

11361154

11371155

1156+
1157+
11381158

11391159

11401160

@@ -1235,6 +1255,16 @@ <h2 class="highlighted-title">Transformers and Natural Language Processing</h2>
12351255

12361256

12371257

1258+
1259+
<li><a href="/static/homeworks/hw4.pdf">Homework 4</a> </li>
1260+
1261+
1262+
1263+
1264+
1265+
<li><a href="/static/homeworks/hw5.pdf">Homework 5</a> </li>
1266+
1267+
12381268

12391269

12401270

@@ -1329,6 +1359,12 @@ <h2 class="highlighted-title">Graph Neural Networks and Computational Biology</h
13291359

13301360

13311361

1362+
1363+
1364+
<li><a href="/static/homeworks/hw5.pdf">Homework 5</a> </li>
1365+
1366+
1367+
13321368

13331369

13341370

@@ -1422,6 +1458,12 @@ <h2 class="highlighted-title">Hidden Markov Models and Graphical Models</h2>
14221458

14231459

14241460

1461+
1462+
1463+
<li><a href="/static/homeworks/hw5.pdf">Homework 5</a> </li>
1464+
1465+
1466+
14251467

14261468

14271469

@@ -1515,6 +1557,8 @@ <h2 class="highlighted-title">Reinforcement Learning</h2>
15151557

15161558

15171559

1560+
1561+
15181562

15191563

15201564

@@ -1608,6 +1652,8 @@ <h2 class="highlighted-title">Robotics and Causality</h2>
16081652

16091653

16101654

1655+
1656+
16111657

16121658

16131659

@@ -1758,6 +1804,12 @@ <h2 class="standard-title">Homeworks</h2>
17581804
<li><a href="/static/homeworks/hw4.pdf">Homework 4: Dimensionality reduction, K-nn, Trees</a> </li>
17591805

17601806

1807+
1808+
1809+
1810+
<li><a href="/static/homeworks/hw5.pdf">Homework 5: MLPs, CNNs and Transformer on MNIST</a> </li>
1811+
1812+
17611813
</ul>
17621814
<div class="trigger" resource="homeworks">Expand</div>
17631815
</div>

static/homeworks/hw5.pdf

90.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)