Arranging Linear Data For Singular Value Decomposition?
Hi all,
Does anybody know if there's a traditional method for organizing linear data, such as mono PCM data, for use with SVD?
i.e. If I have 1 million samples.... Do I split it into arbitrarily sized chunks (say, 10x10 squares) and perform SVD on it?
Any help would be greatly appreciated!
(Also: if you know of a good site which talks _conceptually_ about SVD, that'd be great! I want to know all the interesting and useful properties it has. Most sites I can find give you an introduction into how to do it... or they say "it can be used for x and x"... or they say "Here's how I applied it to this"... or "here's a computationally efficient method of calculating it"... I want more of "These vectors tell you **this** about the original matrix)

(1 votes, average: 4.00 out of 5, rated)