Skip to content

Commit

Permalink
add GMM overview
Browse files Browse the repository at this point in the history
  • Loading branch information
cnrrobertson committed Apr 3, 2024
1 parent efab0bb commit 8f499a6
Show file tree
Hide file tree
Showing 56 changed files with 28,858 additions and 36 deletions.
12 changes: 12 additions & 0 deletions _freeze/other/fun/ml/em/execute-results/html.json

Large diffs are not rendered by default.

901 changes: 901 additions & 0 deletions _freeze/other/fun/ml/em/figure-html/cell-10-output-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
939 changes: 939 additions & 0 deletions _freeze/other/fun/ml/em/figure-html/cell-19-output-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,413 changes: 1,413 additions & 0 deletions _freeze/other/fun/ml/em/figure-html/cell-20-output-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,465 changes: 1,465 additions & 0 deletions _freeze/other/fun/ml/em/figure-html/cell-21-output-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
488 changes: 488 additions & 0 deletions _freeze/other/fun/ml/em/figure-html/cell-21-output-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
547 changes: 547 additions & 0 deletions _freeze/other/fun/ml/em/figure-html/cell-21-output-3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
476 changes: 476 additions & 0 deletions _freeze/other/fun/ml/em/figure-html/cell-21-output-4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
896 changes: 896 additions & 0 deletions _freeze/other/fun/ml/em/figure-html/cell-22-output-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
902 changes: 902 additions & 0 deletions _freeze/other/fun/ml/em/figure-html/cell-23-output-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,028 changes: 1,028 additions & 0 deletions _freeze/other/fun/ml/em/figure-html/cell-24-output-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,108 changes: 1,108 additions & 0 deletions _freeze/other/fun/ml/em/figure-html/cell-25-output-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
277 changes: 277 additions & 0 deletions _freeze/other/fun/ml/em/figure-html/cell-5-output-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
636 changes: 636 additions & 0 deletions _freeze/other/fun/ml/em/figure-html/cell-5-output-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
150 changes: 150 additions & 0 deletions _freeze/other/fun/ml/em/figure-html/cell-6-output-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
150 changes: 150 additions & 0 deletions _freeze/other/fun/ml/em/figure-html/cell-7-output-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
896 changes: 896 additions & 0 deletions _freeze/other/fun/ml/em/figure-html/cell-7-output-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
896 changes: 896 additions & 0 deletions _freeze/other/fun/ml/em/figure-html/cell-8-output-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
895 changes: 895 additions & 0 deletions _freeze/other/fun/ml/em/figure-html/cell-9-output-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ website:
- section: "Just for fun"
href: other/fun/fun.qmd
contents:
- text: "Expectation maximization with GMM"
href: other/fun/ml/em.qmd
- text: "Polygon angles"
href: other/fun/doodles/polygon_angles.qmd
- text: "Geocentrism"
Expand Down
12 changes: 12 additions & 0 deletions docs/other/fun/fun.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@
<ul id="quarto-sidebar-section-1" class="collapse list-unstyled sidebar-section depth1 show">
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="../../other/fun/ml/em.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">Expectation maximization with GMM</span></a>
</div>
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="../../other/fun/doodles/polygon_angles.html" class="sidebar-item-text sidebar-link">
Expand All @@ -205,6 +209,7 @@
<h2 id="toc-title">On this page</h2>

<ul>
<li><a href="#machine-learning" id="toc-machine-learning" class="nav-link active" data-scroll-target="#machine-learning">Machine Learning</a></li>
<li><a href="#doodles" id="toc-doodles" class="nav-link" data-scroll-target="#doodles">Doodles</a></li>
</ul>
</nav>
Expand Down Expand Up @@ -232,6 +237,13 @@ <h1 class="title">Just for Fun</h1>


<p>This is a collection of code doodles (almost literally since most produce nice plots or videos).</p>
<section id="machine-learning" class="level2">
<h2 class="anchored" data-anchor-id="machine-learning">Machine Learning</h2>
<ul>
<li><a href="../../other/fun/ml/em.html">Visualizing expectation maximization for K-means and Gaussian Mixture Models</a></li>
<li><a href="../../other/fun/ml/mmm.html">Mean, median, mode dashboard</a></li>
</ul>
</section>
<section id="doodles" class="level2">
<h2 class="anchored" data-anchor-id="doodles">Doodles</h2>
<ul>
Expand Down
Loading

0 comments on commit 8f499a6

Please sign in to comment.