SSU

Algorithm based on VC Dimension generalization bound.

Algorithm:

  1. Construct nested hypothesis classes:
  1. Apply ERM on each class:
  1. Select class minimizing the VC generalization bound:
  1. Output

SRM balances empirical risk and model complexity (VC dimension). It operationalizes PAC-learning guarantees using finite-sample VC bounds.