/LDA-and-K-means

Application to familiarize with Linear discriminant analysis and K-means. LDA reduces dimensionality of the data, but unlike PCA it tries to seperate data of different classes rather than just keep the dimensions which keep the most variance. The K-means algorithm is a basic clustering algorithm to cluster a set of data to K clusters, using the euclidean distance between the classes' discriminant (Class mean)

Primary LanguageJupyter Notebook

LDA-and-K-means

Application to familiarize with Linear discriminant analysis and K-means. LDA reduces dimensionality of the data, but unlike PCA it tries to seperate data of different classes rather than just keep the dimensions which keep the most variance. The K-means algorithm is a basic clustering algorithm to cluster a set of data to K clusters, using the euclidean distance between the classes' discriminant (Class mean)