An online retailer wants to create a hierarchical structure of product categories based on product descriptions and features. They want this hierarchy to be easily interpretable and visual. Which clustering approach would be most suitable?
- Hierarchical Clustering
- DBSCAN
- Gaussian Mixture Model (GMM)
- Affinity Propagation
For creating a hierarchical structure, Hierarchical Clustering is the most suitable approach. It builds a tree-like structure that is interpretable and can be easily visualized. This makes it ideal for organizing product categories based on descriptions and features.
Loading...
Related Quiz
- For the k-NN algorithm, what could be a potential drawback of using a very large value of k?
- A bioinformatics researcher is trying to visualize the similarities and differences between different genes in a 2D space. The data is high dimensional. Which technique would provide a good visualization emphasizing local similarities?
- In a situation where you have both numerical and categorical data, which clustering method might pose challenges, and why?
- What is the primary benefit of using transfer learning in deep learning models?
- In Gaussian Mixture Models, the "mixture" refers to the combination of ________ Gaussian distributions.