notebook.community
Edit and run
Write a function for recursive graph $k$-partitioning according to the algorithm at the end of the Spectral Graph Bipartitioning notebook.
Use this function and kmeans() to cluster your favourite data sets.
kmeans()
Use the function from Assignment 1 and kmeans() to partition image of a word into letters.