Coder Social home page Coder Social logo

kmeans's Introduction

KMeans-clustering

Python 3.7.4

png

About

This repo implements simple k-means clustering.

Test

conda env create -f environment.yml
conda activate kmeans
python test.py -n_clusters 5 -n_points 100 
# After the above commands, look into the `result` dir to check the generated result

TimeFrame

For algorithmic implementation : 45min
For visualization codes : 1 hour

Code Explanation

  • test.py generates -n_points number of data points for -n_cluters number of 2 dimensional multivariate gaussian distributions. The parameters for each distribution, mean and covariance, is random-sampled but cross-dimensional variances are set to be 0 for its visual tidiness.

  • The generated data points and its sampled gaussian distributions will be visualized under the name of result/raw.png and result/gaussian.png respectively.

  • After data generation, the KMeans runs on the data and its labels and centorids will be plotted under the name of result/kmeans.png

  • To compare the Gaussian and KMeans together, please refer to the result/final.png which concatenates every generated pngs.

  • To check the convergence, please refer to result/log.txt which logs the intertia and center shift.

TODO

  • Taking pictures of shifting centers while KMeans iterates over the process.

kmeans's People

Contributors

syyunn avatar

Watchers

James Cloos avatar  avatar

Forkers

forlink

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.