Question 1
What is unsupervised learning?
Learning patterns or structure in data without labeled outcomes.
12 questions. Use Show Answer, then slide right (or use Next) to continue.
Learning patterns or structure in data without labeled outcomes.
Grouping observations so that points within a group are more similar to each other than to those in other groups.
An algorithm that partitions data into \(k\) clusters by assigning observations to the nearest centroid.
A density-based clustering algorithm that groups points based on local point density and labels low-density points as noise.
DBSCAN forms clusters by expanding from dense core points.
A linear technique that finds orthogonal directions (eigenvectors) of the data’s covariance matrix and projects the original data onto those directions to reduce dimensionality.