Skip to content

Commit

Permalink
week 11 tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
dicook committed May 10, 2024
1 parent 237035f commit e76bb5c
Show file tree
Hide file tree
Showing 13 changed files with 2,840 additions and 11 deletions.
74 changes: 72 additions & 2 deletions docs/search.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/site_libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

12 changes: 10 additions & 2 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@
</url>
<url>
<loc>https://iml.numbat.space/week10/tutorialsol.html</loc>
<lastmod>2024-05-03T00:12:27.655Z</lastmod>
<lastmod>2024-05-10T02:59:06.590Z</lastmod>
</url>
<url>
<loc>https://iml.numbat.space/week10/tutorial.html</loc>
<lastmod>2024-05-03T00:12:27.655Z</lastmod>
<lastmod>2024-05-10T02:59:06.590Z</lastmod>
</url>
<url>
<loc>https://iml.numbat.space/week12/index.html</loc>
Expand Down Expand Up @@ -188,4 +188,12 @@
<loc>https://iml.numbat.space/week9/slides.html</loc>
<lastmod>2024-05-01T02:54:57.040Z</lastmod>
</url>
<url>
<loc>https://iml.numbat.space/week11/tutorial.html</loc>
<lastmod>2024-05-10T04:46:13.055Z</lastmod>
</url>
<url>
<loc>https://iml.numbat.space/week11/tutorialsol.html</loc>
<lastmod>2024-05-10T04:48:59.950Z</lastmod>
</url>
</urlset>
Binary file modified docs/week10/slides.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/week10/tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ <h1 class="title">ETC3250/5250 Tutorial 10</h1>
</div>
<section id="objectives" class="level2">
<h2 class="anchored" data-anchor-id="objectives">🎯 Objectives</h2>
<p>The goal for this week is learn to about fitting support vector machine models.</p>
<p>The goal for this week is learn to about clustering data using <span class="math inline">\(k\)</span>-means and hierarchical algorithms.</p>
</section>
<section id="preparation" class="level2">
<h2 class="anchored" data-anchor-id="preparation">🔧 Preparation</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/week10/tutorial.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ theme_set(theme_bw(base_size = 14) +

## `r emo::ji("target")` Objectives

The goal for this week is learn to about fitting support vector machine models.
The goal for this week is learn to about clustering data using $k$-means and hierarchical algorithms.

## `r emo::ji("wrench")` Preparation

Expand Down
4 changes: 2 additions & 2 deletions docs/week10/tutorialsol.html

Large diffs are not rendered by default.

835 changes: 835 additions & 0 deletions docs/week11/tutorial.html

Large diffs are not rendered by default.

Loading

0 comments on commit e76bb5c

Please sign in to comment.