Machine Learning : Dimensionality Reduction - Linear Discriminant Analysis (LDA) (Part 33)
LDA is commonly used as a dimensionality reduction technique, It's used in the pre-processing step for pattern classification and machine learning algorithms, and its goal is to project a data set into a lower dimensional space.
But what's the differ...