machine-learning

Definition

Probably Approximately Correct Learning

The Probably Approximately Correct (PAC) framework is a theoretical model that analyses the learnability of a hypothesis class . It determines if a learning algorithm can reliably select a hypothesis that is “close enough” to the best possible solution, given a reasonable amount of data.

PAC-Learnable

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).

Link to original