Line 30: Line 30:
 
**<math>\mathcal{D}_i \to \mathcal{D}</math>
 
**<math>\mathcal{D}_i \to \mathcal{D}</math>
 
**Let <math>N = \vert \mathcal{D}_i \vert</math>
 
**Let <math>N = \vert \mathcal{D}_i \vert</math>
**samples <math>vec{x}_1,vec{x}_2,\ldots,vec{x}_N</math> are independent
+
**samples <math>\vec{x}_1,\vec{x}_2,\ldots,\vec{x}_N</math> are independent
<math>p()=\prod_{j=1}^N(p(x_j|\vec{\theta}))</math>
+
So <math>p(\mathcal{D}|\vec{\Theta})=\prod_{j=1}^N(p(x_j|\vec{\Theta}))</math>
  
 +
'''Definition:''' The maximum likelihood estimate of <math>\vec{\Theta}</math> is the value <math>\hat{\Theta}</math> that maximizes <math>p(\mathcal{D}|\vec{\Theta}) </math>.
  
 +
Observe. <math>\hat{\Theta}</math> also maximizes <math>l(\Theta)=ln p(\mathcal{D}|\vec{\Theta}) = \Sum_{l=1}^N ln p(\vec{x}_l|\vec{\Theta})</math>
  
 
--[[User:Gmodeloh|Gmodeloh]] 13:37, 21 April 2010 (UTC)
 
--[[User:Gmodeloh|Gmodeloh]] 13:37, 21 April 2010 (UTC)

Revision as of 09:54, 21 April 2010

In Lecture 11, we continued our discussion of Parametric Density Estimation techniques. We discussed the Maximum Likelihood Estimation (MLE) method and look at a couple of 1-dimension examples for case when feature in dataset follows Gaussian distribution. First, we looked at case where mean parameter was unknown, but variance parameter is known. Then we followed with another example where both mean and variance where unknown. Finally, we looked at the slight "bias" problem when calculating the variance.

Below are the notes from lecture.

Maximum Likelihood Estimation (MLE)


General Principles

Given vague knowledge about a situation and some training data (i.e. feature vector values for which the class is known) $ \vec{x}_l, \qquad l=1,\ldots,\text{hopefully large number} $

we want to estimate $ p(\vec{x}|\omega_i), \qquad i=1,\ldots,k $

  1. Assume a parameter form for $ p(\vec{x}|\omega_i), \qquad i=1,\ldots,k $
  2. Use training data to estimate the parameters of $ p(\vec{x}|\omega_i) $, e.g. if you assume $ p(\vec{x}|\omega_i)=\mathcal{N}(\mu,\Sigma) $, then need to estimate $ \mu $ and $ \Sigma $.
  3. Hope that as cardinality of training set increases, estimate for parameters converges to true parameters.


Let $ \mathcal{D}_i $ be the training set for class $ \omega_i, \qquad i=1,\ldots,k $. Assume elements of $ \mathcal{D}_i $ are i.i.d. with $ p(\vec{x}|\omega_i) $. Choose a parametric form for $ p(\vec{x}|\omega_i) $.

$ p(\vec{x}|\omega_i, \vec{\Theta}_i) $ where $ \vec{\Theta}_i $ are the parameters.


How to estimate $ \vec{\Theta}_i $?

  • Consider each class separately
    • $ \vec{\Theta}_i \to \vec{\Theta} $
    • $ \mathcal{D}_i \to \mathcal{D} $
    • Let $ N = \vert \mathcal{D}_i \vert $
    • samples $ \vec{x}_1,\vec{x}_2,\ldots,\vec{x}_N $ are independent

So $ p(\mathcal{D}|\vec{\Theta})=\prod_{j=1}^N(p(x_j|\vec{\Theta})) $

Definition: The maximum likelihood estimate of $ \vec{\Theta} $ is the value $ \hat{\Theta} $ that maximizes $ p(\mathcal{D}|\vec{\Theta}) $.

Observe. $ \hat{\Theta} $ also maximizes $ l(\Theta)=ln p(\mathcal{D}|\vec{\Theta}) = \Sum_{l=1}^N ln p(\vec{x}_l|\vec{\Theta}) $

--Gmodeloh 13:37, 21 April 2010 (UTC)

Alumni Liaison

Ph.D. on Applied Mathematics in Aug 2007. Involved on applications of image super-resolution to electron microscopy

Francisco Blanco-Silva