




























































































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The main points are:Conditional Densities, Bayes Classifier, Parametric Method, Maximum Likelihood Method, Standard Density Models, Log Likelihood Function, Gaussian Density, Covariance Matrix, Partial Derivative, Mass Function
Typology: Slides
1 / 123
This page cannot be seen from the preview
Don't miss anything!





























































































To implement Bayes Classifier we need classconditional densities.
To implement Bayes Classifier we need classconditional densities.
Two main approaches to estimating densities –Parametric and non-parametric
To implement Bayes Classifier we need classconditional densities.
Two main approaches to estimating densities –Parametric and non-parametric
In the parametric method we assume that the form ofthe density is known and estimate the parameters.
Maximum likelihood method is a general procedurefor obtaining consistent estimators for parameters.
Maximum Likelihood (ML) estimate is the maximizerof the likelihood (or log likelihhod) function.
Maximum Likelihood (ML) estimate is the maximizerof the likelihood (or log likelihhod) function.
For most standard density models, one cananalytically derive ML estimates.
We have seen some examples of obtaining MLestimates.
Maximum Likelihood (ML) estimate is the maximizerof the likelihood (or log likelihhod) function.
For most standard density models, one cananalytically derive ML estimates.
We have seen some examples of obtaining MLestimates.
We now see more examples of ML estimates.
Suppose the assumed density for
x
is exponential
f
x
λ
λ
exp(
λx
, x
Suppose the assumed density for
x
is exponential
f
x
λ
λ
exp(
λx
, x
Given
iid
data,
x
1
, x
n
, we need to
estimate
λ
.
The log likelihood function is
l
λ
n
i
=
(ln(
λ
λx
i
The log likelihood function is
l
λ
n
i
=
(ln(
λ
λx
i
Differentiating w.r.t.
λ
and equating to zero, we get
n λ
n
i
=
x
i
This gives us the final ML estimate as
λ
n
n i
=
x
i
The final estimate is intuitively clear.(Note that
Ex
1 λ
).
Consider the multidimensional Gaussian density f
x
θ
π
d
exp
x
μ
T
−
1
x
μ
where
x
d
and
θ
μ,
are the parameters.
PR NPTEL course – p.17/
To find the ML estimate for the parameters, we haveto maximise the log likelihood.
To find the ML estimate for the parameters, we haveto maximise the log likelihood.
Recall that the log likelihood function is defined by
l
θ
n
i
=
f
x
i
θ
where
x
1
, x
n
constitutes the
iid
data from
which we are estimating the parameters of the density.
PR NPTEL course – p.20/