What is the requirement of model parameters for regularisation?
They must be continuous
What is the purpose of regularisation?
Penalise complexity to prevent over fitting
What are the two methods for tuning the regularisation parameter?
- Cross validation
How would you use a validation set to tune regularisation parameter?
What is a good way to pick values when searching for good continuous control parameters?
Pick values that increase geometrically
0.01, 0.1, 0.5, 1.0, 5.0, 10.0, ….
How does ridge regression change the linear regression error function?
adds lambda (regularisation parameter) times the modulus of the model parameters squared