1/6
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Unsupervised learning
A machine learning paradigm where we don’t have a response
variable
Generative models
Models that generate new data based on a dataset
Dimensionality of data
The number of features/columns
Dimensionality reduction
Reducing the number of features/columns of your data
Clustering
Finding unlabeled clusters in data
PCA
Principal component analysis; finds the “best” low-dimensional representation of
your data
K-means
A clustering algorithm that assigns each data point to a cluster centroid