Git Product home page Git Product logo

clustering-algorithms's Introduction

Clustering algorithms

This repository contains python implementation of K-Means clustering and Density Based clustering algorithms

Example data is provided in the folder 'example_data'. The data looks something like this:

The actual labels of the data set can be seen in this image below:

Notes on K Means clustering

Centroid is randomly initialized in the beginning and then the clustering algorithm in run on the data set. It is evident from the data set that there are two clusters, hence we run the algorithm for two clusters and the result is as shown in the image below:

Notes on density based clustering

Density based clustering algorithm was used on the same dataset with different cut off distances and different cut off number of neighbors. The results were as follows:

For eps = 1.1 and min. points = 4

For eps = 1.1 and min. points = 5

For eps = 1.6 and min. points = 4

Comparison of performance of both algorithms

K Means

True positive rate for Centroid 1 = 1.0643

True positive rate for Centroid 2 = 1.0693

Number of points in cluster 1 = 215

Number of points in cluster 2 = 216

DBSCAN

True positive rate for Centroid 1 = 1.0396

True positive rate for Centroid 2 = 1.0247

Number of points in cluster 1 = 210

Number of points in cluster 2 = 207

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.