machine-learning learning-theory statistics
Definition
Realisable PAC-Learnable Hypothesis Class
A hypothesis class is realisable PAC-learnable if there exists a learning algorithm and a sample complexity function such that for any parameters and any distribution satisfying the realisability assumption, the following holds:
provided that the sample size . The produced hypothesis is approximately correct (error ) with a probability of at least (probably).
Empirical Risk Minimisation
A hypothesis class is realisable PAC-learnable by any ERM algorithm provided that the functional capacity of the class is bounded. For finite classes, the sample complexity scales with the logarithm of the cardinality . For infinite classes, learnability is guaranteed if and only if the VC dimension is finite, with the complexity bounded by:
This result establishes that the complexity of the functional space is the fundamental constraint on the amount of data required to ensure generalisation.