Unsupervised Learning (Lab)

Week 1 - Clustering Lab

np.linalg.norm works as the Euclidean distance because it is the l2 norm, and the default value of the ord parameter in numpy.linalg.norm is 2.

image

norm_ij = np.linalg.norm(X[i] - centroids[j]) # Your code to calculate the norm between (X[i] - centroids[j])

Workbook Links

For Unsupervised Learning (week 3) - access via colab