Resources: Module 04 — Unsupervised Learning¶
-
scikit-learn: Clustering (https://scikit-learn.org/stable/modules/clustering.html) Complete guide to all sklearn clustering algorithms with comparison charts.
-
"How to Use t-SNE Effectively" by Wattenberg, Viégas, Johnson (https://distill.pub/2016/misread-tsne/) Interactive visual guide explaining t-SNE's hyperparameters and common misinterpretations.
-
"Clustering: A Data Recovery Approach" by Mirkin — Theoretical treatment of clustering as optimization.
-
"DBSCAN Revisited" (Schubert et al., 2017) — Practical guidance on DBSCAN parameter selection. [Verify: ACM or arXiv]