Unit Iii Bayesian Learning
Unit Iii Bayesian Learning
Probability can be calculated by the number of times the event occurs divided
by the total number of possible outcomes. Let's suppose we tossed a coin, then the
probability of getting head as a possible outcome can be calculated as below
formula:
P (H) = ½
P (H) = 0.5
Where;
Where;
P(A ∩ B) = Probability of occurring events A and B both.
P(A|B) = P(A∩B)/P(B)
Similarly, P(B|A) = P(A ∩ B)/ P(A) . We can write the joint Probability of as A and B as
P(A ∩ B)= p(A).P(B|A), which means: "The chance of both things happening is the
chance that the first one happens, and then the second one is given when the first
thing happened."
• P (A) ∈ [0...1]
For example, it follows from the product rule that P (A, B|C) = P (A|B, C)P (B|C)
Independence
Bayes Rule
we do apply Bayes Rule to find out solution i.e. the parameter vectors.So
what is this Bayes Rule? To understand this let us take an example.Let us
take two events A and B ,
P(A).P(B|A) = P(B).P(A|B)
more accurately assess the probability that they have cancer, compared to
person’s age.
Bayesian Inference
It describes the probabilities of event A, given that another event, B, has occurred. The
formula is given below:
Bayes Theorem
P(A): prior → the probability that event A occurs without any knowledge of other events.
P(B): the normalizing constant that allows the computation of the posterior event B.
P(A|B): posterior → the probability of event A occurring, given another event B occurs.