Skip to content

Write a code to implement Fuzzy Clustering with EM (Expectation Maximization) algorithm for clustering

Notifications You must be signed in to change notification settings

MK-ek11/Fuzzy-Clustering-using-EM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Implement the Fuzzy Clustering using EM algorithm for clustering.

Description

Course: Data Mining and Knowledge Discovery (Fall 2021)
Task: Write own code

... an expectation-maximization (EM) algorithm is a framework that approaches maximum likelihood or maximum a posteriori estimates of parameters in statistical models. In the context of fuzzy or probabilistic model-based clustering, an EM algorithm starts with an initial set of parameters and iterates until the clustering cannot be improved, that is, until the clustering converges or the change is sufficiently small (less than a preset threshold).

J. Han, Jian Pei, and Micheline Kamber, Data mining: concepts and techniques. S.l: Elsevier Science, 2011.

Task:

Screenshot 2023-03-11 104402

Answer:

Screenshot 2023-03-11 104741

About

Write a code to implement Fuzzy Clustering with EM (Expectation Maximization) algorithm for clustering

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages