Clustering - AshokBhat/ml GitHub Wiki
Description
- A unsupervised learning technique
- Data is grouped based on the similarity of the data-points
Usage
- Statistical data analysis
FAQ
- What is clustering?
- Grouping data based on how similar they are
- Unsupervised, no need for labeled input
- Most common method?
- K-means clustering