1 / 5

Naive Bayes

Naive Bayes. Independent Attributes. likelihood. likelihood. prior. posterior. evidence. Bayes Theorem. Maximum A Posteriori. Bayes formula. Bottom is independent of class. Attributes are independent. prior. likelihoods. Estimating Probabilities . likelihood probabilities.

gzifa
Download Presentation

Naive Bayes

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Naive Bayes Independent Attributes

  2. likelihood likelihood prior posterior evidence Bayes Theorem

  3. Maximum A Posteriori Bayes formula Bottom is independent of class. Attributes are independent. prior likelihoods

  4. Estimating Probabilities likelihood probabilities prior probabilities

  5. Posterior probabilities Consider the weather data and we have to classify the instance:< Outlook = sunny, Temp = cool, Hum = high, Wind = strong>The task is to predict the value (yes or no) for the concept PlayTennis. Apply the naive bayes rule: Thus, the naive Bayes classifier assigns the value no to PlayTennis!

More Related