AIML ML Session 16
AIML ML Session 16
4. Calculate the weights for the next iteration increases in the boosting process
Bayesian Learning
A dataset consists of the results of 100 independent coin tosses of the same coin where
30 turn out to be heads and 70 turn out to be tails. Let be the probability of tossing a head.
How many datasets on 100 coin tosses are possible which have the same likelihood as the
given dataset ? Determine the maximum likelihood estimate of the parameter using
appropriate calculations.
Bayesian Learning
Let be two real-valued features and be a Boolean-valued function of the given features
such that the Gaussian Naïve-Bayes assumptions are satisfied. Suppose
.
Assume that and and Calculate the standard deviations and and the probability
Bayesian Learning
Bayesian Learning
Let say we have a dice of 4 sides. Where { (x,P(x)) : (0,a), (1,(1-a)/3), (2,(1-a)/2),
(3,(1-a)/6) }. If the tossing event is observed as (0,1,2,3,2,3,1,0) then what is the
most probable value of a ?
SVM
Solve the below and find the equation for hyper plane using linear Support Vector Machine
method. Positive Points: {(3, 2), (4, 3), (2, 3), (3, -1)} Negative Points: {(1, 0), (-1, -1), (0, 2),
(-1, 2)}. Find the support vectors. Determine the equation of hyperplane if it is changed and
give a reason if it is not changed for the following two cases
• If the point (2, 3) is removed. If the point (5,4) is added
(2,3) (4,3)
(-1,2) (0,2)
(3,2)
(1,0)
(-1,-1)
(3,-1)
SVM