Giter VIP home page Giter VIP logo

kmeans's Introduction

k-means algorithm

Python implementation of k-means clustering algorithm with graphs created with matplotlib.

How it works

Run the program as "python kmeans.py". It opens and reads data from a file "input.txt" which is in the same directory. It shows this data on a 2D scatterplot to the user. Then it accepts number of clusters to create (k) and begins running the k-means algorithm. After it finishes execution, it shows a similar 2D plot but with points color coded based on the cluster they belong to. It will also show the corresponding cluster centres for each cluster - in its unique color.

As of now, the implementation is limited to 2 features in the input data i.e. 2 dimensional training sets.

Screenshots

Alt tag

The red points are each one training example represented by (X1i, X2i). Alt tag

Each color i.e. Red, Blue, Green and Brown represents one cluster and the bold points represent their cluster centres.

Requirements

  • Python 2.7.x
  • Library - matplotlib
  • Library - numpy

kmeans's People

Contributors

vipulchaskar avatar

Watchers

 avatar

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.