|
|
|
|
|
by extasia
650 days ago
|
|
This is not quite right; you are actually losing information about each of the dimensions and your mental model of reducing the dimensionality by one is misleading. Consider [1,0] and [x,x]
Normalised we get [1,0] and [sqrt(.5),sqrt(.5)] — clearly something has changed because the first vector is now larger in dimension zero than the second, despite starting off as an arbitrary value, x, which could have been smaller than 1. As such we have lost information about x’s magnitude which we cannot recover from just the normalized vector. |
|