When I was working on a recommender for television shows, I ran SVD on a large User/Item matrix to create a low rank approximation, essentially reducing thousands of user features (TV show preferences) to user vectors representing twenty or thirty abstract "features". Then I looked at the actual item preferences of users who expressed each feature at the greatest and least magnitude. The features, in some cases, mapp…
A question: is this much better / different than a principal component analysis (or a factor analysis)?
http://stats.stackexchange.com/questions/121162/is-there-any...