Model Selection for Optimal Prediction in Statistical Machine Learning

Total Page:16

File Type:pdf, Size:1020Kb

Model Selection for Optimal Prediction in Statistical Machine Learning Model Selection for Optimal Prediction in Statistical Machine Learning Ernest Fokou´e Introduction science with several ideas from cognitive neuroscience and At the core of all our modern-day advances in artificial in- psychology to inspire the creation, invention, and discov- telligence is the emerging field of statistical machine learn- ery of abstract models that attempt to learn and extract pat- ing (SML). From a very general perspective, SML can be terns from the data. One could think of SML as a field thought of as a field of mathematical sciences that com- of science dedicated to building models endowed with bines mathematics, probability, statistics, and computer the ability to learn from the data in ways similar to the ways humans learn, with the ultimate goal of understand- Ernest Fokou´eis a professor of statistics at Rochester Institute of Technology. His ing and then mastering our complex world well enough email address is [email protected]. to predict its unfolding as accurately as possible. One Communicated by Notices Associate Editor Emilie Purvine. of the earliest applications of statistical machine learning For permission to reprint this article, please contact: centered around the now ubiquitous MNIST benchmark [email protected]. task, which consists of building statistical models (also DOI: https://doi.org/10.1090/noti2014 FEBRUARY 2020 NOTICES OF THE AMERICAN MATHEMATICAL SOCIETY 155 known as learning machines) that automatically learn and Theoretical Foundations accurately recognize handwritten digits from the United It is typical in statistical machine learning that a given States Postal Service (USPS). A typical deployment of an problem will be solved in a wide variety of different ways. artificial intelligence solution to a real-life problem would As a result, it is a central element in SML, both within have several components touching several aspects of the each paradigm and among paradigms, to come up with taxonomy of statistical machine learning. For instance, good criteria for deciding and determining which learn- when artificial intelligence is used for the task of auto- ing machine or statistical model is the best for the given mated sorting of USPS letters, at least one component of task at hand. To better explain this quintessential task the whole system deals with recognizing the recipient of of model selection, we consider a typical statistical ma- a given letter as accurately as (or even better than) a hu- chine learning setting, with two sets X and Y , along with man operator. This would mean that the statistical machine their Cartesian product Z ≡ X × Y . We further define learning model can ideally recognize handwritten digits regard- Z 푛 ≡ Z × Z × ⋯ × Z to be the 푛-fold Cartesian product less of the various ways in which those digits are written. How of Z . We assume that Z is equipped with a probability does one go about formulating, defining, designing, build- measure 휓, albeit assumed unknown throughout this pa- ing, refining, and ultimately deploying such statistical ma- Z 푛 per. Let 퐙 ∈ , with 퐙 = ((퐱1, 푦1), (퐱2, 푦2), … , (퐱푛, 푦푛)), chine learning models for the intended use? In the case denote a realization of a random sample of 푛 examples, of the MNIST data, for instance, the digits to be poten- where each example 퐳푖 = (퐱푖, 푦푖) is independently drawn tially recognized are captured as a matrix, which is then according to the above probability measure 휓 on the prod- transformed and represented as a high-dimensional vec- uct space Z ≡ X × Y . For practical reasons, and in keep- tor fed as the input to a statistical learning model, along ing with the data science and artificial intelligence lexicon, with the true label of the digit at hand. Conceptually, the we shall quite often refer to the random sample 퐙 as the task of building the statistical learning machine is mathemati- data set, and will use the compact and comprehensive no- cally formulated as the construction of a function mapping the tation elements of the input space (space in which the digits are rep- D iid resented) to the output space (space of the true labels for the 푛 = {(퐱푖, 푦푖) ∼ 푝퐱y(퐱, 푦), 푖 = 1, … , 푛}, (1) X Y digits). Over the years, different methods have been cre- where all pairs (퐱푖, 푦푖) ∈ × , and 푝퐱y(퐱, 푦) is the ated and developed by statisticians and computer scientists probability density function associated with the proba- from all around the world to help build statistical learning bility measure 휓 on Z . Given a random sample 퐙 = machines for a wide variety of problems like those men- ((퐱1, 푦1), (퐱2, 푦2), … , (퐱푛, 푦푛)), one of the most pervading goals tioned earlier. F. Rosenblatt’s [13] groundbreaking and in both theoretical and applied statistical machine learning is to thought-provoking publication of the seminal paper fea- find the function 푓⋆ ∶ X → Y that best captures the depen- turing the so-called Perceptron ushered in the era of brain- dencies between the 퐱푖’s and the 푦푖’s in such a way that, given inspired statistical and computational learning, and can a new random (unseen) observation 퐳헇햾헐 = (퐱헇햾헐, 푦헇햾헐) ∼ 헇햾헐 D ⋆ 헇햾헐 헇햾헐 rightly be thought of as the catalyst of the field of artifi- 푝퐱y(퐱, 푦) with 퐳 ∉ 푛, the image 푓 (퐱 ) of 퐱 ∼ 푝퐱(퐱) cial neural networks, and even arguably the ancestor of provides a prediction of 푦헇햾헐 that is as accurate and precise as our modern-day hot topic of deep neural networks. A cou- possible, in the sense of yielding the smallest possible discrepancy ple of decades after Rosenblatt’s seminal paper, the Multi- between 푦헇햾헐 and 푓⋆(퐱헇햾헐). layer Perceptron (MLP) was introduced as one of the solu- This setting, where one seeks to build functions of the tions to the limitations of the Perceptron. MLPs extended, type 푓 ∶ X → Y , is the foundational setting of machine strengthened, and empowered artificial neural networks learning in general and statistical machine learning in par- by allowing potentially many hidden layers, a tremendous ticular. Throughout this paper, we shall refer to X as the improvement over the Perceptron that brought a much input space and to Y as the output space. For simplic- needed new spring to artificial intelligence. MLPs turned ity, we shall assume that X ⊆ ℝ푝 for our methodological out to be extremely successful, namely, on tasks like the and theoretical derivations and explanations, but will al- MNIST USPS digit recognition task mentioned earlier, but low X to be more general in practical demonstrations and also on several other tasks including credit scoring, stock examples. We will consider both regression learning corre- price prediction, automatic translation, and medical di- sponding to Y = ℝ and multicategory classification learn- agnosis, just to name a few. MLPs triggered a veritable ing (pattern recognition) corresponding to output spaces scientific revolution, inspiring the flourishing of creativity of the form Y = {1, 2, … , 퐺}, where 퐺 is the number of among researchers, many of whom invented or discovered categories. entirely new learning methods and paradigms, or revived Definition 1. A loss function ℒ(⋅, ⋅) is a nonnegative bivari- or adapted existing ones. Y Y Y ate function ℒ ∶ × ⟶ ℝ+, such that given 푎, 푏 ∈ , the value of ℒ(푎, 푏) measures the discrepancy between 푎 156 NOTICES OF THE AMERICAN MATHEMATICAL SOCIETY VOLUME 67, NUMBER 2 and 푏, or the deviance of 푎 from 푏, or the loss incurred from This intuitive result is of paramount importance for prac- using 푏 in place of 푎. For instance, ℒ(푦, 푓(퐱)) = ℒ(푓(퐱), 푦) tical aspects of statistical machine learning, because it pro- will be used throughout this paper to quantify the discrep- vides an understandable frame of reference for the interpre- ancy between 푦 and 푓(퐱) with the finality of choosing the tation of the predictive performance of learning machines. best 푓, the optimal 푓, the 푓 that minimizes expected dis- Indeed, the true error 푅(푓) of a classifier 푓 therefore defines crepancy over the entire Z . The loss function plays a cen- the probability that 푓 misclassifies any arbitrary observation ran- tral role in statistical learning theory as it allows an unam- domly drawn from the population of interest according to the biguous measure and quantification of optimality. distribution 휓. 푅(푓) can also be interpreted as the expected disagreement between classifier 푓(푋) and the true label 푌. Definition 2. The theoretical risk or generalization error or true error of any function 푓 ∈ Y X is given by Definition 3 (The Bayes classifier). Consider a pattern 퐱 푦 푝(퐱|푦) 푅(푓) = 피[ℒ(푌, 푓(푋))] from the input space and a class label . Let de- note the class conditional density of 퐱 in class 푦, and let = ∫ ℒ(푦, 푓(퐱))푝퐱y(퐱, 푦)푑퐱푑푦 (2) 홿횛횘횋[푌 = 푦] denote the prior probability of class mem- X ×Y bership. The posterior probability of class membership is and can be interpreted as the expected discrepancy be- 홿횛횘횋[푌 = 푦]푝(퐱|푦) 홿횛횘횋[푌 = 푦|퐱] = . (7) tween 푓(푋) and 푌, and indeed as a measure of the predic- 푝(퐱) tive strength of 푓. Ideally, one seeks to find the minimizer X Given 퐱 ∈ X to be classified, the Bayes classification strat- 푓⋆ of 푅(푓) over all measurable functions 푓 ∈ Y , specif- egy consists of assigning 퐱 to the class with maximum ically, posterior probability. With ℎ ∶ X ⟶ Y denoting the 푓⋆ = 횊횛횐 횒횗횏 {푅(푓)} = 횊횛횐 횒횗횏 {피[ℒ(푌, 푓(푋))]}, (3) Bayes classifier, we have, ∀퐱 ∈ X , 푓∈Y X 푓∈Y X ℎ(퐱) = 횊횛횐횖횊횡 {홿횛횘횋(푌 = 푐|퐱)} .
Recommended publications
  • Linear Regression: Goodness of Fit and Model Selection
    Linear Regression: Goodness of Fit and Model Selection 1 Goodness of Fit I Goodness of fit measures for linear regression are attempts to understand how well a model fits a given set of data. I Models almost never describe the process that generated a dataset exactly I Models approximate reality I However, even models that approximate reality can be used to draw useful inferences or to prediction future observations I ’All Models are wrong, but some are useful’ - George Box 2 Goodness of Fit I We have seen how to check the modelling assumptions of linear regression: I checking the linearity assumption I checking for outliers I checking the normality assumption I checking the distribution of the residuals does not depend on the predictors I These are essential qualitative checks of goodness of fit 3 Sample Size I When making visual checks of data for goodness of fit is important to consider sample size I From a multiple regression model with 2 predictors: I On the left is a histogram of the residuals I On the right is residual vs predictor plot for each of the two predictors 4 Sample Size I The histogram doesn’t look normal but there are only 20 datapoint I We should not expect a better visual fit I Inferences from the linear model should be valid 5 Outliers I Often (particularly when a large dataset is large): I the majority of the residuals will satisfy the model checking assumption I a small number of residuals will violate the normality assumption: they will be very big or very small I Outliers are often generated by a process distinct from those which we are primarily interested in.
    [Show full text]
  • Scalable Model Selection for Spatial Additive Mixed Modeling: Application to Crime Analysis
    Scalable model selection for spatial additive mixed modeling: application to crime analysis Daisuke Murakami1,2,*, Mami Kajita1, Seiji Kajita1 1Singular Perturbations Co. Ltd., 1-5-6 Risona Kudan Building, Kudanshita, Chiyoda, Tokyo, 102-0074, Japan 2Department of Statistical Data Science, Institute of Statistical Mathematics, 10-3 Midori-cho, Tachikawa, Tokyo, 190-8562, Japan * Corresponding author (Email: [email protected]) Abstract: A rapid growth in spatial open datasets has led to a huge demand for regression approaches accommodating spatial and non-spatial effects in big data. Regression model selection is particularly important to stably estimate flexible regression models. However, conventional methods can be slow for large samples. Hence, we develop a fast and practical model-selection approach for spatial regression models, focusing on the selection of coefficient types that include constant, spatially varying, and non-spatially varying coefficients. A pre-processing approach, which replaces data matrices with small inner products through dimension reduction dramatically accelerates the computation speed of model selection. Numerical experiments show that our approach selects the model accurately and computationally efficiently, highlighting the importance of model selection in the spatial regression context. Then, the present approach is applied to open data to investigate local factors affecting crime in Japan. The results suggest that our approach is useful not only for selecting factors influencing crime risk but also for predicting crime events. This scalable model selection will be key to appropriately specifying flexible and large-scale spatial regression models in the era of big data. The developed model selection approach was implemented in the R package spmoran. Keywords: model selection; spatial regression; crime; fast computation; spatially varying coefficient modeling 1.
    [Show full text]
  • Model Selection Techniques: an Overview
    Model Selection Techniques An overview ©ISTOCKPHOTO.COM/GREMLIN Jie Ding, Vahid Tarokh, and Yuhong Yang n the era of big data, analysts usually explore various statis- following different philosophies and exhibiting varying per- tical models or machine-learning methods for observed formances. The purpose of this article is to provide a compre- data to facilitate scientific discoveries or gain predictive hensive overview of them, in terms of their motivation, large power. Whatever data and fitting procedures are employed, sample performance, and applicability. We provide integrated Ia crucial step is to select the most appropriate model or meth- and practically relevant discussions on theoretical properties od from a set of candidates. Model selection is a key ingredi- of state-of-the-art model selection approaches. We also share ent in data analysis for reliable and reproducible statistical our thoughts on some controversial views on the practice of inference or prediction, and thus it is central to scientific stud- model selection. ies in such fields as ecology, economics, engineering, finance, political science, biology, and epidemiology. There has been a Why model selection long history of model selection techniques that arise from Vast developments in hardware storage, precision instrument researches in statistics, information theory, and signal process- manufacturing, economic globalization, and so forth have ing. A considerable number of methods has been proposed, generated huge volumes of data that can be analyzed to extract useful information. Typical statistical inference or machine- learning procedures learn from and make predictions on data Digital Object Identifier 10.1109/MSP.2018.2867638 Date of publication: 13 November 2018 by fitting parametric or nonparametric models (in a broad 16 IEEE SIGNAL PROCESSING MAGAZINE | November 2018 | 1053-5888/18©2018IEEE sense).
    [Show full text]
  • Least Squares After Model Selection in High-Dimensional Sparse Models.” DOI:10.3150/11-BEJ410SUPP
    Bernoulli 19(2), 2013, 521–547 DOI: 10.3150/11-BEJ410 Least squares after model selection in high-dimensional sparse models ALEXANDRE BELLONI1 and VICTOR CHERNOZHUKOV2 1100 Fuqua Drive, Durham, North Carolina 27708, USA. E-mail: [email protected] 250 Memorial Drive, Cambridge, Massachusetts 02142, USA. E-mail: [email protected] In this article we study post-model selection estimators that apply ordinary least squares (OLS) to the model selected by first-step penalized estimators, typically Lasso. It is well known that Lasso can estimate the nonparametric regression function at nearly the oracle rate, and is thus hard to improve upon. We show that the OLS post-Lasso estimator performs at least as well as Lasso in terms of the rate of convergence, and has the advantage of a smaller bias. Remarkably, this performance occurs even if the Lasso-based model selection “fails” in the sense of missing some components of the “true” regression model. By the “true” model, we mean the best s-dimensional approximation to the nonparametric regression function chosen by the oracle. Furthermore, OLS post-Lasso estimator can perform strictly better than Lasso, in the sense of a strictly faster rate of convergence, if the Lasso-based model selection correctly includes all components of the “true” model as a subset and also achieves sufficient sparsity. In the extreme case, when Lasso perfectly selects the “true” model, the OLS post-Lasso estimator becomes the oracle estimator. An important ingredient in our analysis is a new sparsity bound on the dimension of the model selected by Lasso, which guarantees that this dimension is at most of the same order as the dimension of the “true” model.
    [Show full text]
  • Model Selection and Estimation in Regression with Grouped Variables
    J. R. Statist. Soc. B (2006) 68, Part 1, pp. 49–67 Model selection and estimation in regression with grouped variables Ming Yuan Georgia Institute of Technology, Atlanta, USA and Yi Lin University of Wisconsin—Madison, USA [Received November 2004. Revised August 2005] Summary. We consider the problem of selecting grouped variables (factors) for accurate pre- diction in regression. Such a problem arises naturally in many practical situations with the multi- factor analysis-of-variance problem as the most important and well-known example. Instead of selecting factors by stepwise backward elimination, we focus on the accuracy of estimation and consider extensions of the lasso, the LARS algorithm and the non-negative garrotte for factor selection. The lasso, the LARS algorithm and the non-negative garrotte are recently proposed regression methods that can be used to select individual variables. We study and propose effi- cient algorithms for the extensions of these methods for factor selection and show that these extensions give superior performance to the traditional stepwise backward elimination method in factor selection problems.We study the similarities and the differences between these methods. Simulations and real examples are used to illustrate the methods. Keywords: Analysis of variance; Lasso; Least angle regression; Non-negative garrotte; Piecewise linear solution path 1. Introduction In many regression problems we are interested in finding important explanatory factors in pre- dicting the response variable, where each explanatory factor may be represented by a group of derived input variables. The most common example is the multifactor analysis-of-variance (ANOVA) problem, in which each factor may have several levels and can be expressed through a group of dummy variables.
    [Show full text]
  • Model Selection for Production System Via Automated Online Experiments
    Model Selection for Production System via Automated Online Experiments Zhenwen Dai Praveen Ravichandran Spotify Spotify [email protected] [email protected] Ghazal Fazelnia Ben Carterette Mounia Lalmas-Roelleke Spotify Spotify Spotify [email protected] [email protected] [email protected] Abstract A challenge that machine learning practitioners in the industry face is the task of selecting the best model to deploy in production. As a model is often an intermedi- ate component of a production system, online controlled experiments such as A/B tests yield the most reliable estimation of the effectiveness of the whole system, but can only compare two or a few models due to budget constraints. We propose an automated online experimentation mechanism that can efficiently perform model se- lection from a large pool of models with a small number of online experiments. We derive the probability distribution of the metric of interest that contains the model uncertainty from our Bayesian surrogate model trained using historical logs. Our method efficiently identifies the best model by sequentially selecting and deploying a list of models from the candidate set that balance exploration-exploitation. Using simulations based on real data, we demonstrate the effectiveness of our method on two different tasks. 1 Introduction Evaluating the effect of individual changes to machine learning (ML) systems such as choice of algorithms, features, etc., is the key to growth in many internet services and industrial applications. Practitioners are faced with the decision of choosing one model from several candidates to deploy in production. This can be viewed as a model selection problem. Classical model selection paradigms such as cross-validation consider ML models in isolation and focus on selecting the model with the best predictive power on unseen data.
    [Show full text]
  • Optimal Predictive Model Selection
    The Annals of Statistics 2004, Vol. 32, No. 3, 870–897 DOI: 10.1214/009053604000000238 c Institute of Mathematical Statistics, 2004 OPTIMAL PREDICTIVE MODEL SELECTION1 By Maria Maddalena Barbieri and James O. Berger Universit`aRoma Tre and Duke University Often the goal of model selection is to choose a model for future prediction, and it is natural to measure the accuracy of a future prediction by squared error loss. Under the Bayesian approach, it is commonly perceived that the optimal predictive model is the model with highest posterior probability, but this is not necessarily the case. In this paper we show that, for selection among normal linear models, the optimal predictive model is often the median probability model, which is defined as the model consisting of those variables which have overall posterior probability greater than or equal to 1/2 of being in a model. The median probability model often differs from the highest probability model. 1. Introduction. Consider the usual normal linear model (1) y = Xβ + ε, where y is the n × 1 vector of observed values of the response variable, X is the n × k (k<n) full rank design matrix of covariates, and β is a k × 1 vector of unknown coefficients. We assume that the coordinates of the random error vector ε are independent, each with a normal distribution with mean 0 and common variance σ2 that can be known or unknown. The least squares estimator for this model is thus β = (X′X)−1X′y. Equation (1) will be called the full model, and we consider selection from among submodels of the form b (2) Ml : y = Xlβl + ε, where l = (l1, l2,...,lk) is the model index, li being either 1 or 0 as covariate arXiv:math/0406464v1 [math.ST] 23 Jun 2004 xi is in or out of the model (or, equivalently, if βi is set equal to zero); Xl Received January 2002; revised April 2003.
    [Show full text]
  • Model Selection in Regression: Application to Tumours in Childhood
    Current Trends on Biostatistics & L UPINE PUBLISHERS Biometrics Open Access DOI: 10.32474/CTBB.2018.01.000101 ISSN: 2644-1381 Review Article Model Selection in Regression: Application to Tumours in Childhood Annah Managa* Department of Statistics, University of South Africa, South Africa Received: August 23, 2018; Published: September 10, 2018 *Corresponding author: Annah Managa, Department of Statistics, University of South Africa, South Africa Summary 2 We give a chronological review2 of the major model selection2 methods that have been proposed from circa 1960. These model multiple determination (Adj R ), Estimate of Error Variance (S p Schwarzselection criterion procedures (BIC). include Some Residual of these meanmethods square are appliederror (MSE), to a problem coefficient of developing of multiple a determination model for predicting (R ), adjusted tumors coefficientin childhood of using log-linear models. The theoretical review will discuss the), problem Stepwise of methods, model selection Mallow’s in C a ,general Akaike setting.information The applicationcriterion (AIC), will be applied to log-linear models in particular. 2 2 2 Keywords: MSE; R ; Adj R ; (S ); Stepwise methods; Cp; AIC; BIC Introduction there was huge spate of proposals to deal with the model Historical Development The problem of model selection is at the core of progress systematic development of frequentist criteria-based model in science. Over the decades, scientists have used various selection problem. Linhart and Zucchini (1986) provided a selection methods for a variety of typical situations that statistical tools to select among alternative models of data. arise in practice. These included the selection of univariate A common challenge for the scientist is the selection of the probability distributions, the regression setting, the analysis of variance and covariance, the analysis of contingency tables, criterion.
    [Show full text]
  • Statistical Modeling Methods: Challenges and Strategies
    Biostatistics & Epidemiology ISSN: 2470-9360 (Print) 2470-9379 (Online) Journal homepage: https://www.tandfonline.com/loi/tbep20 Statistical modeling methods: challenges and strategies Steven S. Henley, Richard M. Golden & T. Michael Kashner To cite this article: Steven S. Henley, Richard M. Golden & T. Michael Kashner (2019): Statistical modeling methods: challenges and strategies, Biostatistics & Epidemiology, DOI: 10.1080/24709360.2019.1618653 To link to this article: https://doi.org/10.1080/24709360.2019.1618653 Published online: 22 Jul 2019. Submit your article to this journal Article views: 614 View related articles View Crossmark data Full Terms & Conditions of access and use can be found at https://www.tandfonline.com/action/journalInformation?journalCode=tbep20 BIOSTATISTICS & EPIDEMIOLOGY https://doi.org/10.1080/24709360.2019.1618653 Statistical modeling methods: challenges and strategies Steven S. Henleya,b,c, Richard M. Goldend and T. Michael Kashnera,b,e aDepartment of Medicine, Loma Linda University School of Medicine, Loma Linda, CA, USA; bCenter for Advanced Statistics in Education, VA Loma Linda Healthcare System, Loma Linda, CA, USA; cMartingale Research Corporation, Plano, TX, USA; dSchool of Behavioral and Brain Sciences, University of Texas at Dallas, Richardson, TX, USA; eDepartment of Veterans Affairs, Office of Academic Affiliations (10A2D), Washington, DC, USA ABSTRACT ARTICLE HISTORY Statistical modeling methods are widely used in clinical science, Received 13 June 2018 epidemiology, and health services research to
    [Show full text]
  • Model Selection for Linear Models with SAS/STAT Software
    Model Selection for Linear Models with SAS/STAT Software Funda G¨une¸s SAS Institute Inc. Outline Introduction I Analysis 1: Full least squares model Traditional model selection methods I Analysis 2: Traditional stepwise selection Customizing the selection process I Analysis 3{6 Compare analyses 1{6 Penalized regression methods Special methods I Model averaging I Selection for nonparametric models with spline effects 1 / 115 Learning Objectives You will learn: Problems with the tradition selection methods Modern penalty-based methods, including LASSO and adaptive LASSO, as alternatives to traditional methods Bootstrap-based model averaging to reduce selection bias and improve predictive performance You will learn how to: Use model selection diagnostics, including graphics, for detecting problems Use validation data to detect and prevent under-fitting and over-fitting Customize the selection process using the features of the GLMSELECT procedure 2 / 115 Introduction Introduction With improvements in data collection technologies, regression problems that have large numbers of candidate predictor variables occur in a wide variety of scientific fields and business problems. \I've got all these variables, but I don't know which ones to use." Statistical model selection seeks an answer to this question. 3 / 115 Introduction Model Selection and Its Goals Model Selection: Estimating the performance of different models in order to choose the approximate best model. Goals of model selection: Simple and interpretable models Accurate predictions Model selection is often a trade-off between bias and variance. 4 / 115 Introduction Graphical Illustration of Bias and Variance 5 / 115 Introduction Bias-Variance Trade-Off 2 Suppose Y = f (X ) + , where ∼ N(0; σ ).
    [Show full text]
  • The Minimum Message Length Principle for Inductive Inference
    Motivation Coding MML MML87 Example The Minimum Message Length Principle for Inductive Inference Daniel F. Schmidt Centre for Molecular, Environmental, Genetic & Analytic (MEGA) Epidemiology School of Population Health University of Melbourne University of Helsinki, August 25, 2009 Daniel F. Schmidt Minimum Message Length Motivation Coding MML MML87 Example Content 1 Motivation 2 Coding 3 MML 4 MML87 5 Example Daniel F. Schmidt Minimum Message Length Motivation Coding MML MML87 Example Problem n We have observed n data points y = (y1,...,yn) from some unknown, probabilistic source p∗, i.e. yn ∼ p∗ n n where y = (y1,...,yn) ∈ Y . We wish to learn about p∗ from yn. More precisely, we would like to discover the generating source p∗, or at least a good approximation of it, from nothing but yn Daniel F. Schmidt Minimum Message Length Motivation Coding MML MML87 Example Statistical Models To approximate p∗ we will restrict ourself to a set of potential statistical models Informally, a statistical model can be viewed as a conditional probability distribution over the potential dataspace Yn p(yn|θ), θ ∈ Θ where θ = (θ1, . , θk) is a parameter vector that indexes the particular model Such models satisfy p(yn|θ)dyn = 1 n n Zy ∈Y for a fixed θ Daniel F. Schmidt Minimum Message Length Motivation Coding MML MML87 Example Statistical Models ... An example would be the univariate normal distribution. n 2 n n 1 1 2 p(y |θ)= exp − (yi − µ) 2πτ 2τ =1 ! Xi where θ = (µ, τ) are the parameters Yn = Rn Θ = R × R+ Daniel F. Schmidt Minimum Message Length Motivation Coding MML MML87 Example Terminology This talk follows the slight abuse of terminology used by Chris Wallace in calling a member of Θ a model Also referred to as a fully specified model This is because, in the MML framework, there is no real distinction between structural parameters that specify a model class and what are traditional termed the parameter estimates or point estimates Daniel F.
    [Show full text]
  • Minimum Description Length Model Selection
    Minimum Description Length Model Selection Problems and Extensions Steven de Rooij Minimum Description Length Model Selection Problems and Extensions ILLC Dissertation Series DS-2008-07 For further information about ILLC-publications, please contact Institute for Logic, Language and Computation Universiteit van Amsterdam Plantage Muidergracht 24 1018 TV Amsterdam phone: +31-20-525 6051 fax: +31-20-525 5206 e-mail: [email protected] homepage: http://www.illc.uva.nl/ Minimum Description Length Model Selection Problems and Extensions Academisch Proefschrift ter verkrijging van de graad van doctor aan de Universiteit van Amsterdam op gezag van de Rector Magnificus prof.dr. D. C. van den Boom ten overstaan van een door het college voor promoties ingestelde commissie, in het openbaar te verdedigen in de Agnietenkapel op woensdag 10 september 2008, te 12.00 uur door Steven de Rooij geboren te Amersfoort. Promotiecommissie: Promotor: prof.dr.ir. P.M.B. Vit´anyi Co-promotor: dr. P.D. Grunwald¨ Overige leden: prof.dr. P.W. Adriaans prof.dr. A.P. Dawid prof.dr. C.A.J. Klaassen prof.dr.ir. R.J.H. Scha dr. M.W. van Someren prof.dr. V. Vovk dr.ir. F.M.J. Willems Faculteit der Natuurwetenschappen, Wiskunde en Informatica The investigations were funded by the Netherlands Organization for Scientific Research (NWO), project 612.052.004 on Universal Learning, and were supported in part by the IST Programme of the European Community, under the PASCAL Network of Excellence, IST-2002-506778. Copyright c 2008 by Steven de Rooij Cover inspired by Randall Munroe’s xkcd webcomic (www.xkcd.org) Printed and bound by PrintPartners Ipskamp (www.ppi.nl) ISBN: 978-90-5776-181-2 Parts of this thesis are based on material contained in the following papers: An Empirical Study of Minimum Description Length Model Selection with Infinite • Parametric Complexity Steven de Rooij and Peter Grunwald¨ In: Journal of Mathematical Psychology, special issue on model selection.
    [Show full text]