Program Name: B.Tech CSE Semester: 5th Course Code:PEC-CS-D-501 (I) Facilitator Name: Aastha
Program Name: B.Tech CSE Semester: 5th Course Code:PEC-CS-D-501 (I) Facilitator Name: Aastha
Tech CSE
Semester : 5th
Course Name: Machine Learning
Course Code:PEC-CS-D-501 (I)
Facilitator Name: Aastha
Classification
Discussion on : Classification by Naïve Bayes
Contents
● What is Conditional
●
● Probability ? What is
● Bayes Theorem?
What is NAIVE BAYES
CLASSIFIER?
Types of Naive Bayes
Algorithm.
Classification as supervised learning
Unsupervised Classification
Conditional Probability
1. In probability theory, conditional probability is a measure of the probability
of an event given that another event has already occurred.
The probability that any given person has a cough on any given day maybe
only 5%. But if we know or assume that the person has a cold, then they are
much more likely to be coughing. The conditional probability of coughing
given that person have a cold might be a much higher 75%.
Marbles in a Bag
???
Marbles in a
Bag
2 blue and 3 red marbles are in a bag.
● The class with the highest probability is considered as the most likely
class. This is also known as Maximum A Posteriori (MAP).
Assumption
Naive Bayes classifier assumes that all the features are unrelated to
each other. Presence or absence of a feature does not influence the
presence or absence of any other feature.