LDA (Linear Discriminant Analysis) In Python - ML From Scratch 14 - Python Tutorial
In this Machine Learning from Scratch Tutorial, we are going to implement the LDA algorithm using only built-in Python modules and numpy. LDA (Linear Discriminant Analysis) is a feature reduction technique and a common preprocessing step in machine learning pipelines. We will learn about the concept and the math behind this popular ML algorithm, and how to implement it in Python.
If you enjoyed this video, please subscribe to the channel!
The code can be found here: