<< Chapter < Page Chapter >> Page >

Revisit the polynomial regression example (Lecture 2, Ex. 4) , and incorporate a penalty term C ( f ) which is proportional to the degree of f , or the derivative of f . In essence, this approach penalizes for functions which are too “wiggly”, with theintuition being that the true function is probably smooth so a function which is very wiggly will overfit the data.

How do we decide how to restrict or penalize the empirical risk minimization process? Approaches which have appeared in theliterature include the following.

Method of sieves

Perhaps the simplest approach is to try to limit the size of F in a way that depends on the number of training data n . The more data we have, the more complex the space of models we can entertain.Let the class of candidate functions grow with n . That is, take

F 1 , F 2 , , F n ,

where | F i | grows as i . In other words, consider a sequence of spaces with increasing complexity ordegrees of freedom depending on the number of training data samples, n .

Given samples { X i , Y i } i = 1 n i.i.d. distributed according to P X Y , select f F n to minimize the empirical risk

f ^ n = arg min f F n R ^ n ( f ) .

In the next lecture we will consider an example using the method of sieves. The basic idea is to design the sequence of model spaces in such a waythat the excess risk decays to zero as n . This sort of idea has been around for decades, but Grenander's method ofsieves is often cited as a nice formalization of the idea: Abstract Inference , Wiley, New York.

Complexity penalization methods

Bayesian methods

In certain cases, the empirical risk happens to be a (log) likelihood function, and one can then interpret the cost C ( f ) as reflecting prior knowledge about which models are more or less likely. In thiscase, e - C ( f ) is like a prior probability distribution on the space F . The cost C ( f ) is large if f is highly improbable, and C ( f ) is small if f is highly probable.

Alternatively, if we restrict F to be small, and denote the space of all measurable functions as F = F F c , then it is essentially as if we have placed a uniform prior over all functions in F , and zero prior probability on the functions in F c .

Description length methods

Description length methods represent each f with a string of bits. More complicated functions require more bits to represent.Accordingly, we can then set the cost c ( f ) proportional to the number of bits needed to describe f (the description length ). This results in what is known as the minimum description length (MDL)approach where the minimum description length is given by

min f F R ^ n ( f ) + C ( f ) .

In the Bayesian setting, p ( f ) e - C ( f ) can be interpreted as a prior probability density on F , with more complex models being less probable and simpler models being more probable. In that sense,both the Bayesian and MDL approaches have a similar spirit.

Vapnik-cervonenkis dimension

The Vapnik-Cervonenkis (VC) dimension measures the complexity of a class F relative to a random sample of n training data. For example, take F to be all linear classifiers in 2-dimensional feature space. Clearly, the space of linear classifiers isinfinite (there are an infinite number of lines which can be drawn in the plane). However, many of these linear classifiers would assignthe same labels to the training data.

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Statistical learning theory. OpenStax CNX. Apr 10, 2009 Download for free at http://cnx.org/content/col10532/1.3
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Statistical learning theory' conversation and receive update notifications?

Ask