Linear Discriminant Analysis
This Medium blog post explains Linear Discriminant Analysis (LDA), a statistical method used for dimensionality reduction and classification.
Blog Writer
Python
Introduction to Naive Bayes for Classification
Learn the basics of Naive Bayes algorithm for classification with this beginner-friendly guide. Includes step-by-step example and algorithm types
Blog Writer
Python