Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 735 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 735 Bytes

Fuzzy Clustering Algorithms:

we have implemented two algorithms: Gustafson Kessel, and C-Means. check this video out for algorithms' outputs.

Example:

Alt text

Example Details:

  • 50 Iterations
  • m = 2
  • 4 Clusters
  • First 2 Columns from Crime dataset: "Murder, Assault"

Implementation Details:

  • Sci-kit Learn like structure.
  • Fully vectorized.
  • User interface for image segmentation.
  • Tested on some datasets.