Q1 What are the different types of Rotation while applying Dimensionality Reduction ML techniques?
How do you know when to apply which Rotational technique?
Could you elaborate on it?
Q1 What are the different types of Rotation while applying Dimensionality Reduction ML techniques?
How do you know when to apply which Rotational technique?
Could you elaborate on it?
PCA, which is a dimensionality reduction technique, is essentially the rotation of the coordinate axes, chosen such that each successful axis captures or preserves as much variance as possible. You can read more about PCA in the course videos.
You can also read this paper on Rotational Linear Discriminant Analysis Technique for Dimensionality Reduction:
An informative article on how Measures of Dispersion forms an important aspect in Dimensionality Reduction ML algorithm technique.
Indeed it does help…!!! Thanks once again!!!