StatQuest!!!

An epic journey through statistics and machine learning

Menu

Skip to content
  • Home
  • About
  • Book Typos
  • Contact and FAQ
  • Music
  • Support StatQuest!!!
  • The StatQuest Store
  • Video Index

Linear Discriminant Analysis

StatQuest: Linear Discriminant Analysis (LDA), clearly explained

July 10, 2016 LDA, Linear Discriminant Analysis, Machine Learning, PCA, Principal Component Analysis, RNA-seq, statistics

Here it is, folks! By popular demand, a StatQuest on linear discriminant analysis (LDA)!

Also, because you asked for it, here’s some sample R code that shows you how to get LDA working in R.

If all went well, you should get a graph that looks like this:lda_plot.png

8 Comments

Recent Posts

  • Encoder-Only Transformers (like BERT), Clearly Explained!!!
  • Coding a ChatGPT Like Transformer from Scratch in PyTorch
  • The Matrix Math Behind Transformer Neural Networks
  • Essential Matrix Algebra for Neural Networks, Clearly Explained!!!
  • Word Embedding in PyTorch + Lightning