Bayes Learning
Bayes Learning
by
Shavantrevva S. Bilakeri
Dept. of Data Science and Computer Applications
Manipal Institute of Technology, Manipal
March 8, 2024
Working of Naı̈ve Bayes’ Classifier can be understood with the help of the
below example:
Suppose we have a dataset of weather conditions and corresponding target
variable ”Play”. So using this dataset we need to decide that whether we
should play or not on a particular day according to the weather conditions.
So to solve this problem, we need to follow the below steps:
Convert the given dataset into frequency tables.
Generate Likelihood table by finding the probabilities of given features.