added files

This commit is contained in:
Morten Hjorth-Jensen
2021-11-02 22:31:37 +01:00
parent b3cdd08038
commit af8d066825
78 changed files with 33520 additions and 16674 deletions
+2 -2
View File
@@ -55,7 +55,7 @@ Assume, we are given $n$ data points and we wish to split the data into $K < n$
different categories, or clusters. We label each cluster by an integer
!bt
\[ k\in\{1, \cdots, K \}$.
\[ k\in\{1, \cdots, K \}.
\]
!et
@@ -151,7 +151,7 @@ Now we have all the pieces necessary to formally revisit the $k$-means algorithm
The $k$-means clustering algorithm goes as follows
o For a given cluster assignment $C$, and $k$ cluster means
$\left{m_1, \cdots, m_k\right}$. We minimize the total cluster variance with respect to
$\left\{m_1, \cdots, m_k\right\}$. We minimize the total cluster variance with respect to
the cluster means $\{m_k\}$ yielding the means of the currently assigned
clusters.
o Given a current set of $k$ means $\{m_k\}$ the total cluster variance is