Solved – Can SVD be used to perform factor analyis

clusteringfactor analysissvd

What is the relationship between SVD and factor analysis? How can use singular values and other matrices from SVD to perform factor analysis or cluster document-term matrix without using other clustering techniques?

Best Answer

Google brought me here, and I dislike how the comments just assume everyone knows that FA and PCA are related. So to answer your question: yes. See Tipping and Bishop, Probabilistic principal component analysis, 1996. This paper is great because:

  1. It discusses the connection between FA and PCA (Section 2.2)
  2. It discusses using the SVD to compute the ML parameters (Appendix A)