Linear Discriminant Analysis
Full Form of LDA
What is LDA?
Linear Discriminant Analysis (LDA) is a supervised dimensionality reduction technique widely used in machine learning and statistics. It finds a linear combination of features that best separates two or more classes of data, maximizing between-class variance while minimizing within-class variance. In India, LDA is a core topic in undergraduate engineering courses, especially in branches like Computer Science, Electronics, and Data Science. It appears in competitive exams such as GATE (Data Science & AI), ISRO, and university placement tests, where questions on its mathematical formulation, assumptions (e.g., normal distribution, equal covariance), and applications are common. Researchers and industry professionals apply LDA in pattern recognition, face recognition, medical diagnosis, and customer segmentation. Unlike PCA which is unsupervised, LDA uses class labels to guide the projection, making it effective for classification tasks. Its computational efficiency and interpretability ensure its continued relevance in areas like biometrics and fraud detection. For exam preparation, candidates must understand LDA's eigen decomposition, decision boundaries, and comparison with other classifiers like logistic regression.
LDA का फुल फॉर्म
रैखिक विभेदक विश्लेषण
Example
During the campus placement drive, the data science team used LDA to reduce the feature space from 50 dimensions to 5 while retaining 95% of the classification accuracy.