Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 421 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 421 Bytes

Soft-K-Means

In this script a soft-k-means algorithm is implemented and its effectiveness is shown by running through an example. First, 100 samples from a Gaussian mixture distribution are drawn. Subsequently, the update and assignment steps are performed 10 times. The found cluster centers are quite accurate which can be seen in the figure or by comparing the numeric results to the Gaussian distribution centers.