Clustering in Machine Learning Notes
Clustering in Machine Learning Notes
-------------------------------
- Partitioning Clustering: Involves dividing the data into distinct, non-overlapping clusters.
probability distributions.
divisively (top-down).
- Fuzzy Clustering: Allows a data point to belong to multiple clusters with varying degrees of
membership.
2. Birch Algorithm:
- A clustering algorithm that constructs a CF (Clustering Feature) tree for efficient clustering of
large datasets.
- It works by dynamically adjusting the threshold to maintain a balance between clustering quality
and efficiency.
3. CURE Algorithm:
- The EM algorithm is used to estimate the parameters of the GMM by iteratively refining the
5. Parameters Estimations:
- Maximum Likelihood Estimation (MLE): A method for estimating the parameters of a statistical
- Maximum A Posteriori (MAP): A method similar to MLE but incorporates prior information (a
6. Applications of Clustering:
- Image segmentation, market segmentation, anomaly detection, social network analysis, and