Coder Social home page Coder Social logo

matzewolf / kmeans Goto Github PK

View Code? Open in Web Editor NEW
21.0 1.0 8.0 187 KB

k-means (unsupervised learning/clustering) algorithm implemented in MATLAB.

License: MIT License

MATLAB 100.00%
kmeans unsupervised-learning matlab clustering machine-learning matlab-gui matlab-functions

kmeans's Introduction

kMeans

k-means (unsupervised learning/clustering algorithm) implemented in MATLAB.

Cluster_2D_Visualization.m is a script that generates random (uniformly) distributed data points, runs both kMeans.m and MATLAB's built-in kmeans function, measures and compares their performance (i.e. computing time) and visualizes the final clusters and the distribution of the data points in the clusters in a histogram.

kMeans.m implements k-means (unsupervised learning/clustering algorithm). Technical Details:

  • The initial centroids are randomly selected out of the set of all data points (every data points maximum once).
  • The stopping condition is that no changes to any cluster is made.

MATLAB's kmeans function uses slightly different default methods: See https://www.mathworks.com/help/stats/kmeans.html

clustering_app.mlapp opens an App with GUI where you can randomly generate data points and cluster them. You can re-hit all buttons to see the randomness in both point generation and the clustering algorithm.

clustering_app.mlappinstall installs the MATLAB App in the MATLAB Editor.

kmeans's People

Contributors

matzewolf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.