DOC PREVIEW
CMU CS 10701 - epxing_naivebayes-annotated

This preview shows page 1-2-3-4-5 out of 16 pages.

Save
View full document
Premium Document
Do you want full access? Go Premium and unlock all 16 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

Bayes optimal classifier Na ve Bayes Machine Learning 10701 15781 Carlos Guestrin presented by Eric Xing Carnegie Mellon University September 17th 2007 Carlos Guestrin 2005 2007 Machine learning for apartment hunting Now you ve moved to Pittsburgh And you want to find the most overall satisfying apartment for you to move in square ft of bedroom distance to campus rent Living area ft2 bedroom Rent Yes No 230 1 600 yes 506 2 1000 yes 433 2 1100 no 109 1 500 no 150 1 500 270 1 5 1200 Carlos Guestrin 2005 2007 1 Classification Learn h X a Y X features Y target classes Suppose you know P Y X exactly how should you classify Bayes classifier Why Carlos Guestrin 2005 2007 Optimal classification Theorem Bayes classifier hBayes is optimal That is Proof Carlos Guestrin 2005 2007 2 Bayes Rule Which is shorthand for Carlos Guestrin 2005 2007 How hard is it to learn the optimal classifier Data How do we represent these How many parameters Prior P Y Suppose Y is composed of k classes Likelihood P X Y Suppose X is composed of n binary features Complex model High variance with limited data Carlos Guestrin 2005 2007 3 Conditional Independence X is conditionally independent of Y given Z if the probability distribution governing X is independent of the value of Y given the value of Z e g Equivalent to Carlos Guestrin 2005 2007 What if features are independent Predict 10701Grade From two conditionally Independent features HomeworkGrade ClassAttendance Carlos Guestrin 2005 2007 4 The Na ve Bayes assumption Na ve Bayes assumption Features are independent given class More generally How many parameters now Suppose X is composed of n binary features Carlos Guestrin 2005 2007 The Na ve Bayes Classifier Given Prior P Y n conditionally independent features X given the class Y For each Xi we have likelihood P Xi Y Decision rule If assumption holds NB is optimal classifier Carlos Guestrin 2005 2007 5 MLE for the parameters of NB Given dataset Count A a B b number of examples where A a and B b MLE for NB simply Prior P Y y Likelihood P Xi xi Yi yi Carlos Guestrin 2005 2007 Subtleties of NB classifier 1 Violating the NB assumption Usually features are not conditionally independent Actual probabilities P Y X often biased towards 0 or 1 Nonetheless NB is the single most used classifier out there NB often performs well even when assumption is violated Domingos Pazzani 96 discuss some conditions for good performance Carlos Guestrin 2005 2007 6 Subtleties of NB classifier 2 Insufficient training data What if you never see a training instance where X1 a when Y b e g Y SpamEmail X1 Enlargement P X1 a Y b 0 Thus no matter what the values X2 Xn take P Y b X1 a X2 Xn 0 What now Carlos Guestrin 2005 2007 MAP for Beta distribution MAP use most likely parameter Beta prior equivalent to extra thumbtack flips As N prior is forgotten But for small sample size prior is important Carlos Guestrin 2005 2007 7 Bayesian learning for NB parameters a k a smoothing Dataset of N examples Prior distribution Q Xi Y Q Y m virtual examples MAP estimate P Xi Y Now even if you never observe a feature class posterior probability never zero Carlos Guestrin 2005 2007 Text classification Classify e mails Y Spam NotSpam Classify news articles Y what is the topic of the article Classify webpages Y Student professor project What about the features X The text Carlos Guestrin 2005 2007 8 Features X are entire document Xi for ith word in article Carlos Guestrin 2005 2007 NB for Text classification P X Y is huge Article at least 1000 words X X1 X1000 Xi represents ith word in document i e the domain of Xi is entire vocabulary e g Webster Dictionary or more 10 000 words etc NB assumption helps a lot P Xi xi Y y is just the probability of observing word xi in a document on topic y Carlos Guestrin 2005 2007 9 Bag of words model Typical additional assumption Position in document doesn t matter P Xi xi Y y P Xk xi Y y Bag of words model order of words on the page ignored Sounds really silly but often works very well When the lecture is over remember to wake up the person sitting next to you in the lecture room Carlos Guestrin 2005 2007 Bag of words model Typical additional assumption Position in document doesn t matter P Xi xi Y y P Xk xi Y y Bag of words model order of words on the page ignored Sounds really silly but often works very well in is lecture lecture next over person remember room sitting the the the to to up wake when you Carlos Guestrin 2005 2007 10 Bag of Words Approach aardvark 0 about 2 all 2 Africa 1 apple 0 anxious 0 gas 1 oil 1 Zaire 0 Carlos Guestrin 2005 2007 NB with Bag of Words for text classification Learning phase Prior P Y Count how many documents you have from each topic prior P Xi Y For each topic count how many times you saw word in documents of this topic prior Test phase For each document Use na ve Bayes decision rule Carlos Guestrin 2005 2007 11 Twenty News Groups results Carlos Guestrin 2005 2007 Learning curve for Twenty News Groups Carlos Guestrin 2005 2007 12 What if we have continuous Xi Eg character recognition Xi is ith pixel Gaussian Na ve Bayes GNB Sometimes assume variance is independent of Y i e i or independent of Xi i e k or both i e Carlos Guestrin 2005 2007 Estimating Parameters Y discrete Xi continuous Maximum likelihood estimates jth training example x 1 if x true else 0 Carlos Guestrin 2005 2007 13 Example GNB for classifying mental Mitchell states et al 1 mm resolution 2 images per sec 15 000 voxels image non invasive safe 10 sec measures Blood Oxygen Level Dependent BOLD response Typical impulse response Carlos Guestrin 2005 2007 Brain scans can track activation with precision and sensitivity Mitchell et al Carlos Guestrin 2005 2007 14 Gaussian Na ve Bayes Learned voxel word P BrainActivity WordCategory People Animal Mitchell et al Carlos Guestrin 2005 2007 Learned Bayes Models Means for P BrainActivity WordCategory Pairwise classification accuracy 85 People words Mitchell et al Animal words Carlos Guestrin 2005 2007 15 What you need to know about Na ve Bayes Optimal decision using Bayes Classifier Na ve Bayes classifier What s the assumption Why we use it How do we learn it Why is Bayesian estimation important Text classification Gaussian NB Bag of words model Features are still conditionally independent Each feature has a Gaussian distribution given class Carlos Guestrin 2005 2007 16


View Full Document

CMU CS 10701 - epxing_naivebayes-annotated

Documents in this Course
lecture

lecture

12 pages

lecture

lecture

17 pages

HMMs

HMMs

40 pages

lecture

lecture

15 pages

lecture

lecture

20 pages

Notes

Notes

10 pages

Notes

Notes

15 pages

Lecture

Lecture

22 pages

Lecture

Lecture

13 pages

Lecture

Lecture

24 pages

Lecture9

Lecture9

38 pages

lecture

lecture

26 pages

lecture

lecture

13 pages

Lecture

Lecture

5 pages

lecture

lecture

18 pages

lecture

lecture

22 pages

Boosting

Boosting

11 pages

lecture

lecture

16 pages

lecture

lecture

20 pages

Lecture

Lecture

20 pages

Lecture

Lecture

39 pages

Lecture

Lecture

14 pages

Lecture

Lecture

18 pages

Lecture

Lecture

13 pages

Exam

Exam

10 pages

Lecture

Lecture

27 pages

Lecture

Lecture

15 pages

Lecture

Lecture

24 pages

Lecture

Lecture

16 pages

Lecture

Lecture

23 pages

Lecture6

Lecture6

28 pages

Notes

Notes

34 pages

lecture

lecture

15 pages

Midterm

Midterm

11 pages

lecture

lecture

11 pages

lecture

lecture

23 pages

Boosting

Boosting

35 pages

Lecture

Lecture

49 pages

Lecture

Lecture

22 pages

Lecture

Lecture

16 pages

Lecture

Lecture

18 pages

Lecture

Lecture

35 pages

lecture

lecture

22 pages

lecture

lecture

24 pages

Midterm

Midterm

17 pages

exam

exam

15 pages

Lecture12

Lecture12

32 pages

lecture

lecture

19 pages

Lecture

Lecture

32 pages

boosting

boosting

11 pages

pca-mdps

pca-mdps

56 pages

bns

bns

45 pages

mdps

mdps

42 pages

svms

svms

10 pages

Notes

Notes

12 pages

lecture

lecture

42 pages

lecture

lecture

29 pages

lecture

lecture

15 pages

Lecture

Lecture

12 pages

Lecture

Lecture

24 pages

Lecture

Lecture

22 pages

Midterm

Midterm

5 pages

mdps-rl

mdps-rl

26 pages

Load more
Download epxing_naivebayes-annotated
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view epxing_naivebayes-annotated and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view epxing_naivebayes-annotated and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?