Giter VIP home page Giter VIP logo

clustering_project's Introduction

Clustering Project

Welcome to the clustering project. Clustering is the process of dividing a dataset into groups such that the membersof each group are as similar (close) as possible to one another, and different groups are as dissimilar (far) as possible from one another. Clustering can uncover previously undetected relationships in a dataset. This project we will learn to implement what we have learnt.

What did we learn in the session ?

  • Introduction to Clustering
  • k-means clustering
  • Hierarchical clustering
  • Clustering in Python

What are we going to do in the project?

  • We are going to learn how to implement the K-means clustering algorithm and uncover the hidden insights.
  • Also we are going to learn how to implement another well known technique of clustering that is Hierarchical Clustering.

How will completing this project help you ?

  • You will learn to classify data into individual clusters by performing K-means Clustering.
  • Learn to implement the technique Hierarchical clustering which spots and establish Hierarchical relationship in your data.

DataSet

  • We will be using the inbuilt Dataset of library sklearn.datasets.load_digits() which will consist of images of digits from 1 to 9.

clustering_project's People

Contributors

adityamv1215 avatar alex19427 avatar bicky23 avatar codebeast77 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.