• Courses
  • Tutorials
  • Jobs
  • Practice
  • Contests
September 14, 2022 |1.3K Views
Linear Discriminant Analysis (LDA) Implementation | Machine Learning
  Share   Like
Description
Discussion

In this video, we will understand how to implement Linear Discriminant Analysis by using a dataset available in sklearn package.

We will show how to use sklearn’s implementation of Linear Discriminant Analysis using wine dataset available in the sklearn package. We have three different classes of wines in the given dataset and we will apply LDA on this data set to convert it into two dimensional dataset.

Then after plotting it we can see a clear distinction between the three classes of the wine.

Linear discriminant analysis in Machine Learning:
https://www.geeksforgeeks.org/ml-linear-discriminant-analysis/

Read More