Skip to content

A simple Implementation of K Mean Algorithm, created this repository as my first micro project of DataScience.

Notifications You must be signed in to change notification settings

Suhaan-Bhandary/KMean-Clusturing-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Implementation of KMean Clustering Algorithm

The Below Code runs the KMean algorithm on the IPL data set to generate four clusters!

  • Cluster 0: Batsman and also a Baller
  • Cluster 1: Batsman but not a Baller
  • Cluster 2: Not a Batsman but a Baller
  • Cluster 3: Not a Batsman nor a Baller

In the code we have ran kMean on the simple data and then on the Normalized data and the difference is significant!

To Run the program on PC, clone the project and use Jupyter Notebook to view the code in the Code Directory of the project.

To view the project Checkout Jupyter Notebook Webview here: Jupyter Notebook Webview

KMean KMean with Normalization
KMean without Normalization KMean with Normalization

Comparing the Algorithm with the SKLearn Library

Data Passed My Implementation Result SKLearn Library Result
Regular Data Implementation Result on Regular Data SKLearn Result on Regular Data
Normalized Data SKLearn Result on Normalized Data SKLearn Result on Normalized Data

About

A simple Implementation of K Mean Algorithm, created this repository as my first micro project of DataScience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published