what is ||u||=1 in PCA algorithm for face recognition?
Asked
Active
Viewed 260 times
-3
-
What is saying `||u||=1`? Are you running some code that is producing that as a result and it's unexpected? Or are you saying you don't understand something written about the algorithm written on the site you linked to? – jinglesthula Jul 31 '17 at 19:35
-
Actually i want to know what is ||u||=1 as given in that website.@jinglesthula – Suspense Aug 01 '17 at 03:57
1 Answers
0
Based on what you described (very limited though), ||u||=1 means your principal component size should be 1.
But why should its size be 1?
Because you are going to project your data to the principal component (PC). And if you don't have the principal component whose size is 1, then your projection will be multiplied by the PC's size. You want to project your data to the eigenvector, without stretching the data. Hope this help!

aerin
- 20,607
- 28
- 102
- 140