SlideShare a Scribd company logo
KMeans clustering
Unsupervised learning is a type of algorithm that learns patterns from unlabeled data.
Unsupervised Learning
Clustering is a type of unsupervised learning.
K Means Clustering
K Means clustering grouping the samples based on Euclidean distance.
How to decide the number of clusters?
KMeans clustering
KMeans clustering
KMeans clustering
 Clustering process will initiate random centroids (number of centroids will be equal to
number of clusters).
 Based on the Euclidean distance between data points and each centroids, the centroid
positions and the data belongs to each centroids adjust.
 This process continuous and finally divide the samples into given number of clusters.
KMeans clustering

More Related Content

PPTX
MaLAI_Hyderabad presentation
PPTX
Information retrieval 15 alternative algebraic models
PDF
Comparison Between Clustering Algorithms for Microarray Data Analysis
DOCX
Student intervention detection using deep learning technique
PPTX
Neural network
PPTX
Presentation
PDF
09 classadvanced
PPTX
Unsupervised learning
MaLAI_Hyderabad presentation
Information retrieval 15 alternative algebraic models
Comparison Between Clustering Algorithms for Microarray Data Analysis
Student intervention detection using deep learning technique
Neural network
Presentation
09 classadvanced
Unsupervised learning

What's hot (8)

POTX
SoftComputing6
PDF
A Novel Clustering Method for Similarity Measuring in Text Documents
PPT
A principled way to principal components analysis
PDF
Ijartes v1-i2-006
DOCX
Cluster analysis
PPT
15857 cse422 unsupervised-learning
PDF
Dp33701704
PPTX
Terminology Machine Learning
SoftComputing6
A Novel Clustering Method for Similarity Measuring in Text Documents
A principled way to principal components analysis
Ijartes v1-i2-006
Cluster analysis
15857 cse422 unsupervised-learning
Dp33701704
Terminology Machine Learning
Ad

More from SreerajVA (6)

PPSX
Logistic regression classification
PPSX
Linear regression
PPSX
Lasso and ridge regression
PPSX
KNN, SVM, Naive bayes classifiers
PPSX
Decision tree random forest classifier
PPSX
ADABoost classifier
Logistic regression classification
Linear regression
Lasso and ridge regression
KNN, SVM, Naive bayes classifiers
Decision tree random forest classifier
ADABoost classifier
Ad

Recently uploaded (20)

PDF
Tetra Pak Index 2023 - The future of health and nutrition - Full report.pdf
PPTX
FMIS 108 and AISlaudon_mis17_ppt_ch11.pptx
PPTX
Market Analysis -202507- Wind-Solar+Hybrid+Street+Lights+for+the+North+Amer...
PPTX
Business_Capability_Map_Collection__pptx
PDF
Introduction to Data Science and Data Analysis
PPT
lectureusjsjdhdsjjshdshshddhdhddhhd1.ppt
PPTX
AI Strategy room jwfjksfksfjsjsjsjsjfsjfsj
PDF
REAL ILLUMINATI AGENT IN KAMPALA UGANDA CALL ON+256765750853/0705037305
PPTX
retention in jsjsksksksnbsndjddjdnFPD.pptx
PPTX
Introduction to Inferential Statistics.pptx
PPTX
A Complete Guide to Streamlining Business Processes
PPT
Predictive modeling basics in data cleaning process
PPT
ISS -ESG Data flows What is ESG and HowHow
PDF
Microsoft Core Cloud Services powerpoint
PDF
Jean-Georges Perrin - Spark in Action, Second Edition (2020, Manning Publicat...
PPTX
New ISO 27001_2022 standard and the changes
PPTX
CYBER SECURITY the Next Warefare Tactics
PPTX
Microsoft-Fabric-Unifying-Analytics-for-the-Modern-Enterprise Solution.pptx
PPTX
Qualitative Qantitative and Mixed Methods.pptx
PDF
Capcut Pro Crack For PC Latest Version {Fully Unlocked 2025}
Tetra Pak Index 2023 - The future of health and nutrition - Full report.pdf
FMIS 108 and AISlaudon_mis17_ppt_ch11.pptx
Market Analysis -202507- Wind-Solar+Hybrid+Street+Lights+for+the+North+Amer...
Business_Capability_Map_Collection__pptx
Introduction to Data Science and Data Analysis
lectureusjsjdhdsjjshdshshddhdhddhhd1.ppt
AI Strategy room jwfjksfksfjsjsjsjsjfsjfsj
REAL ILLUMINATI AGENT IN KAMPALA UGANDA CALL ON+256765750853/0705037305
retention in jsjsksksksnbsndjddjdnFPD.pptx
Introduction to Inferential Statistics.pptx
A Complete Guide to Streamlining Business Processes
Predictive modeling basics in data cleaning process
ISS -ESG Data flows What is ESG and HowHow
Microsoft Core Cloud Services powerpoint
Jean-Georges Perrin - Spark in Action, Second Edition (2020, Manning Publicat...
New ISO 27001_2022 standard and the changes
CYBER SECURITY the Next Warefare Tactics
Microsoft-Fabric-Unifying-Analytics-for-the-Modern-Enterprise Solution.pptx
Qualitative Qantitative and Mixed Methods.pptx
Capcut Pro Crack For PC Latest Version {Fully Unlocked 2025}

KMeans clustering

  • 2. Unsupervised learning is a type of algorithm that learns patterns from unlabeled data. Unsupervised Learning Clustering is a type of unsupervised learning. K Means Clustering K Means clustering grouping the samples based on Euclidean distance.
  • 3. How to decide the number of clusters?
  • 7.  Clustering process will initiate random centroids (number of centroids will be equal to number of clusters).  Based on the Euclidean distance between data points and each centroids, the centroid positions and the data belongs to each centroids adjust.  This process continuous and finally divide the samples into given number of clusters.