39.1k views
0 votes
Does it make any sense to chain PCA to reduce the dimension twice?

1 Answer

5 votes
It can absolutely make sense to chain two different dimensionality reduction algorithms. A common example is using PCA to quickly get rid of a large number of useless dimensions, then applying another much slower dimensionality reduction algorithm, such as LLE.
User Marcus Wichelmann
by
8.7k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.