Machine Learning
25 views
Clustering
Quick Definition
Grouping similar data points based on feature similarity
Full Definition
Unsupervised learning technique grouping similar data points together based on feature similarity.
Examples
customer segmentation, document grouping, image segmentation
Related Terms
k-means
dbscan
unsupervised-learning
More Machine Learning Terms
Machine Learning
AI subset where systems learn patterns from data
Active Learning
Algorithm selecting most informative data points for labeling
Feature Engineering
Creating and transforming input variables to improve performance
Underfitting
When a model is too simple to capture data patterns
Markov Chain
Stochastic model where events depend only on previous state
Precision Recall
Metrics measuring positive prediction quality and coverage