🪴 Aster's study notes

Search

SearchSearch
      • Bayes classifier
      • Bayes' theorem
      • Bayesian statistics
      • Bias variance trade off
      • Bootstrapping
      • Classification
      • Classification error metrics
      • Confidence intervals
      • Data science
      • Decision tree and random forest
      • Histogram
      • K nearest neighbours (KNN) theory
      • K nearest neighbours (KNN) with python
      • Linear discriminant analysis (LDA)
      • Linear regresssion
      • Linear regresssion in python
      • Logistic regression
      • Logistic regression coefficients
      • Logistic regression in python
      • Machine learning
      • Mathematical model
      • Maximum likelihood
      • Mean, variance and standard deviation
      • Normal distribution
      • P-value
      • Population and estimated parameters
      • Prior probability and posterior probability
      • Probability
      • Probability distribution
      • Python
      • R
      • Random sampling
      • Regression error metrics
      • Resampling
      • Sampling a distribution
      • Stats
      • Supervised learning
      • t-test
      • Z-value
Home

>

Notes

>

Bayes classifier

Bayes classifier

Oct 04, 2023, 1 min read

Link: Bayesian statistics Classification

Bayes classifier minimizes the probability of misclassification.

Three classifier that use different estimates to approximate Bayes classifier:

  1. Linear discriminant analysis (LDA)
  2. Quadratic discriminant analysis
  3. Naive Bayes

Graph View

  • #2-ref

Backlinks

  • Linear discriminant analysis (LDA)

Created with Quartz v4.1.0, © 2023

  • Blog
  • All notes