1/9
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What should you consider when using hierarchical clustering?
Hierarchical Clustering should be used when the data has a nested structure and you want to understand the relationships between clusters at various levels.
What is the difference between density-based spatial clustering of applications with noise (DBSCAN) and K-means?
DBSCAN can identify clusters of varying shapes, sizes and can handle noise, while K-means requires spherical clusters of similar sizes.
What is the purpose of Gaussian Mixture Models (GMM) in unsupervised learning?
GMM’s are used to model data as a mixture of multiple Gaussian distributions and can capture the underlying distribution of the data.
What does evaluating unsupervised learning algorithms involve?
Evaluating unsupervised learning algorithms involves assessing cluster quality, silhouette scores and the ability to generalize new data.