Model selection and validation Flashcards
What is Model selection?
Is the task to choose the best algorithm or parameters for our machine learning task
What is validation? Describe the validation set and the validation error. How large is the difference beetween the validation error and the generalization error?
5 / 5
How does validation for model selection works? What the model selection curve plots? What happens when the training error decreases but the validation error increases?
5 / 7-9
how can we estimate the true risk after model selection? Train-Validation-Test Split
5 / 11
How k-fold cross validation works? And when is it generally used?
5 / 12
Define the leave-one-out cross validation
5 / 12
How can you improve your model (what if learning fails)?
5 / 14-20
Is the validation error a good estimation of the true risk when r is large?
5 / 10