Skip to content

Implementation of fuzzy c_means as a simple project of computational A.I.

Notifications You must be signed in to change notification settings

MhmDSmdi/Fuzzy-Clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fuzzy C-Means Algorithm

It is an implementation of the FCM algorithm using python. This algorithm has some parameters that must initialize at first like fuzziness parameter, number of clusters, number of iterations.

  • Inputs:
    • c = number of clusters
    • iter = number of iterations
    • X = your data matrix
  • Output:
    • Two plots (data, clustered data)
    • cluster centers vector

Examples

Test case 1 | Test case 2 | Test case 3

About

Implementation of fuzzy c_means as a simple project of computational A.I.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages