K Means Clustering
Jan 15, 2022 · 2 min read · 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...
Join discussion



