Homepage › Solution manuals › Yaser Abu-Mostafa › Learning from Data › Exercise 4.9
Exercise 4.9
Answers
When increases, there are less points available to train the models, so the learned models become worse, and becomes larger for each model . is the model with the lowest validation error among all models, so will also increases with . The same logic applies to as well since is an estimate of .
When increases to certain large value, there are much less points available to train the models, complex models converge to simple models(TODO), so the optimistic validation error is closer to all validation errors for all models. Since each single validation error is an unbiased estimate of the , the optimistic validation error converges to as well.