Unsupervised Learning and the Curse of Dimensionality
Imagine handing a model 1,797 handwritten digits and asking it to find structure — with no labels telling it which digit is which. To do anything useful (group…
~/blog/tutorials/machine-learning
Imagine handing a model 1,797 handwritten digits and asking it to find structure — with no labels telling it which digit is which. To do anything useful (group…
Your logistic regression on 8 diabetes features gives AUC 0.8312. Your boss asks: "Which features matter most?" You could list Glucose, BMI, and Age — each is a…
You've got a table of 50 customer-survey questions and you need a single satisfaction score per respondent. Averaging all 50 ignores that half of them are redun…
The diagonal direction $[1/\sqrt{2},\ 1/\sqrt{2}]$ from post 03 captures 5.67 variance — beating either original axis. But 5.67 is not the maximum. The true opt…
You have 64 pixel intensities per image. You know most are redundant — adjacent pixels are almost the same. How many can you drop before a model can't recognize…