Opening the paper…
Machine Learning Techniques, Quiz 1
Which among the following is true with respect to the Lloyds’ algorithm?
Which among the following is true with respect to the Lloyds’ algorithm? Figure from the original question paper Consider the dataset consisting of the following points: $$(0, 0), \; (0, 2), \; (2, 0), \; (2, 2).$$ We want to run the $K$-means++ algorithm with $K = 2$. Suppose the first cluster center chosen is $(0, 0)$. Which of the following statements are correct? **Hint:** The score of a datapoint $x$ is given by $S(x) = \min_{j=1,2,\ldots,l-1} (||x - \mu_j^0||^2)$, where $\mu_j^0$ is the initial cluster center.