Parameter Estimation and Decision Theory Foundations of Algorithms

  • Slides: 15
Download presentation
Parameter Estimation and Decision Theory Foundations of Algorithms and Machine Learning (CS 60020), IIT

Parameter Estimation and Decision Theory Foundations of Algorithms and Machine Learning (CS 60020), IIT KGP, 2017: Indrajit Bhattacharya

Example • Observe whether the sky is cloudy or not cloudy on n successive

Example • Observe whether the sky is cloudy or not cloudy on n successive days • Predict whether the sky will be cloudy on the n+1 th day • Step 1: Parameter estimation • Model as a random variable with a known distribution but unknown parameter • Guess the unknown parameter • Step 2: Decision making • Use guess about unknown parameter to find probability of event of interest • Decide based on the probability

Frequentist Estimation Problem • Problem: find “the true value” of a parameter based on

Frequentist Estimation Problem • Problem: find “the true value” of a parameter based on data sample • Estimator: function from sample space to parameter space • Estimate: specific point in sample space. • Loss: measure of error wrt true value of parameter

Properties of Estimators • Consistency • Whether true value is recovered for infinite sample

Properties of Estimators • Consistency • Whether true value is recovered for infinite sample size • Bias: • Expected deviation of estimate from true value • Variance • Mean squared error • Bias variance trade-off • Properties of Maximum Likelihood Estimator • Asymptotically Unbiased • Consistent • Smallest variance among unbiased estimators

Bayesian Parameter Estimation •

Bayesian Parameter Estimation •

Bayesian Parameter Estimation •

Bayesian Parameter Estimation •

Maximum Likelihood Estimator: Illustration •

Maximum Likelihood Estimator: Illustration •

MAP Estimator: Illustration •

MAP Estimator: Illustration •

Bayes Estimator: Illustration •

Bayes Estimator: Illustration •

Bayes Estimator: Analysis •

Bayes Estimator: Analysis •

Role of priors •

Role of priors •

Decision Theory • Choose a specific point estimate under uncertainty • Loss functions measure

Decision Theory • Choose a specific point estimate under uncertainty • Loss functions measure extent of error • Choice of estimate depends on loss function

Loss functions •

Loss functions •

Predictive distribution •

Predictive distribution •

Summary • Parameter estimation problem • Frequentist vs Bayesian • MLE, MAP and Bayes

Summary • Parameter estimation problem • Frequentist vs Bayesian • MLE, MAP and Bayes estimators for Ber trials • Optimal estimators for different loss functions • Prediction using estimated parameters