Git Product home page Git Product logo

dbscan's Introduction

DBSCAN Clustering

Implementation of DBSCAN clustering on a dataset without using numpy.

Authors: Job Jacob, Paul Antony

This repo contains seven files:

  1. DBSCAN_data.csv --> The csv file containing the dataset used for clustering.
  2. main.py --> The main python file that is used for execution. It acts as a controller for the entire task and calls the required functions of the other two python files.
  3. dbscan.py --> The python file containing the functions to perform DBSCAN clustering.
  4. graphplot.py --> The python file containing the function to plot the different clusters and the noise vectors.
  5. DBSCAN_ppt.pdf --> A presentation file explaining the DBSCAN algorithm.
  6. dbscan-images --> Folder containing screenshots of our output for the dataset in the DBSCAN_data.csv file.
  7. README.md --> Contains data about the repo and the files contained in it.

Steps to run the files in this repo:

  1. Download and install a Python 3.X version (https://www.python.org/downloads/).
  2. Download and install the latest version of Matplotlib (https://matplotlib.org/downloads.html).
  3. Download the files inside this repo.
  4. Navigate to the directory where you downloaded the files in this repo and execute the main.py file.
  5. Enjoy the output!
  6. Feel free to edit the files and code as per your preference.

GOOD LUCK!!

dbscan's People

Contributors

jobjacob98 avatar paul-antony avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

dbscan's Issues

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.