Learn Before
Relation

Similarities between PCA and LDA:

Both rank the new axes in the order of importance. PC1 (the first new axis that PCA creates) accounts for the most variation in data, PC2 (the second new axes) does the second-best job and so on… LD1 (the first new axis that LDA creates) accounts for the most variation in data, LD2(the second new axes) does the second-best job and so on… Both the algorithms tell us which attribute or feature is contributing more in creating the new axes. LDA is like PCA — both try to reduce the dimensions. PCA looks for attributes with the most variance. LDA tries to maximize the separation of known categories.

0

1

Updated 2021-02-20

Tags

Data Science