K Means Clustering
Framework of unsupervised learning
Given : Pairs (x1; y1),......,(xn; yn). Think of x as input and y as output.
Learn : A function f (x) that accurately predicts yi ≈ f (xi) on this data.
Goal : Use the function f (x) to predict new y0 given x0.
K-me...
gdscvit.hashnode.dev2 min read