Skip to content

Ruchikamodgil/Clustering-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clustering-Algorithms

Clustering, is one of the most popular Unsupervised ML classification Technique.

It is a task of grouping set of objects in such a way that objects in same group are more similar to eah other than others.

Clustering has several Applications. Some common are the following:
->Fake News Detection
->Market and Sales
->Social network analysis etc.......


Types:

K-Means Clustering

Hierarchical Clustering

DBSCAN (Density Based)

and many more......