Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Bayesian Classification

Gang Tao
November 03, 2015

Bayesian Classification

This slides introduced the basic concept and implementation of Bayesian Classification

Gang Tao

November 03, 2015
Tweet

More Decks by Gang Tao

Other Decks in Technology

Transcript

  1. Algebraic Geometry Complex Analysis factal Differential equation Geometry Dynamical System

    Combinatorial Mathematics Statistics Computational mathematics
  2. Diachronic Interpretation H -> Hypothesis D -> Data P(H) ->

    Prior Probability P(H|D) -> Posterior Probability P(D|H) -> Likelihood P(D) -> Normalizing Constant
  3. Naive Bayes “Naive” because it is based on independence assumption

    All the attributes are conditional independent given the class
  4. How to build a Bayesian Classifier for prediction Prepare Data

    Features Extraction Select Distribution Model Calculate the Probability for each attributes Multiply All Probabilities Label with highest Probability
  5. Advantage VS. Disadvantage Powerful Efficient in Space and Time Incremental

    Trainer Simple Independant Assumption Probability are not relevant
  6. Application of Bayesian Classifier Spam Email Filter Natural Language Processing

    Word Segmentation Spell Checking Machine Translation Pattern Recognition