![]() |
#1
|
|||
|
|||
![]()
The VC dimension is single number that is a property of the hypothesis set.
But, what is "bias of a hypothesis set"? Bias seems to depend also on dataset size and the learning algorithm, since it depends on ![]() ![]() Slide 4 says that bias measures "how well ![]() ![]() Is the bias of a (hypothesis set, learning algorithm) combination a single value -- the asymptote of the learning curve? Or is there some notion of bias that is a property of a hypothesis set by itself? If the hypothesis set contains the target function, that does not mean the bias is zero, does it? The beginning of the lecture seems to imply otherwise, but if there is no restriction on the learning algorithm, what guarantees that the average function will in fact be close to the target function for large enough dataset size? Or is it assumed that the learning algorithm always picks a hypothesis which minimizes ![]() |
#2
|
||||
|
||||
![]() Quote:
Quote:
![]() ![]() ![]()
__________________
Where everyone thinks alike, no one thinks very much |
#3
|
|||
|
|||
![]() Quote:
In HW4 #4 the average hypothesis is measurably shifted from the hypothesis set member giving the lowest mean squared error. Probably because two-point dataset is too small, i.e. this is not representative of realistic cases? |
#4
|
||||
|
||||
![]()
Indeed, the fewer the number of points, the more likely that the average hypothesis will differ from the best approximation. The difference tends to be small, though.
__________________
Where everyone thinks alike, no one thinks very much |
#5
|
|||
|
|||
![]()
Well, it is also that the two point data set is small relative to the two parameter hypotheses. If you have 100 points, and 99th degree polynomials, it would also have large variance. I will guess that minimizing bias plus variance happens with the number of fit parameters near the square root of the number of points per data set.
|
#6
|
|||
|
|||
![]() Quote:
On the other hand, I'm not sure how to prove that it won't be far ![]() |
#7
|
||||
|
||||
![]() Quote:
__________________
Where everyone thinks alike, no one thinks very much |
#8
|
|||
|
|||
![]()
Well, when I wrote that one I was remembering the first time I tried using a polynomial fit program. (It was in Fortran 66, as a hint to how long ago that was.)
I fit an N degree polynomial to N points. Even so, I believe if you fit a 99th degree polynomials to sets of 100 points you will have a large variance, as did the 1st degree to two points. It won't be easy at all to visualize, though. |
#9
|
|||
|
|||
![]()
Sorry to be harping on this question, but I just wanted to ask: is there any intuitive way to see that the average hypothesis will be close to the best hypothesis from the hypothesis set, beyond "practical observation"? E.g. for hypothesis sets satisfying certain well-behavedness criteria, such as being parameterized by a finite number of parameters, containing only continuous functions, etc. The lectures rely in crucial ways on this assumption and it would help to get some more intuition for why it is true for the typically used hypothesis sets, if possible.
|
#10
|
||||
|
||||
![]()
In general one cannot say anything analytical about bias and variance. For example the average hypothesis can be very far from the best hypothesis in the model for arbitrarily constructed hypothesis sets and learning algorithms. For example, the average function need not even be in the hypothesis set. However, what we say about the average function being a good approximation to the best you can do is not that far off for general models used in practice.
Problem 4.11 takes you through one of the few situations where one can say something reasonably technical. We can extrapolate (without proof) the conclusions to the more general setting as follows: (1) When the model is well specified: this means that the hypothesis set contains the target function or a good approximation to it; (2) When the noise has zero mean and is well behaved, for example having finite variance; (3) When the learning algorithm is reasonably "stable", which means that small perturbations in the data set lead to small "proportionate" changes in the learned hypothesis (the learning algorithm version of a bounded first derivative); Then, the average learned function will be approximately the one you would learn from a data set having zero noise; this zero noise hypothesis will (for reasonable N) be close to the optimal function you could learn and will become more so very quickly with increasing N (think trying to learn a polynomial with noiseless data). The conditions above are reasonably general. It is the 3rd condition that is most important, and one can mostly relax the well specified requirement in practice. Quote:
__________________
Have faith in probability |
![]() |
Tags |
bias, lecture 8 |
Thread Tools | |
Display Modes | |
|
|