Definition
Probably Approximately Correct Learning
Probably Approximately Correct (PAC) learning is a framework for analysing whether a hypothesis class can be learned from randomly drawn labelled examples.
Given an accuracy parameter and a failure probability , a learning algorithm should, with probability at least , output a hypothesis whose error under the unknown distribution is at most :
Thus, approximately correct means error at most , while probably means that this guarantee holds with probability at least over the random training sample.
PAC-Learnable
Definition
Link to originalRealisable 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).