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 over (assuming realisability), if the algorithm receives i.i.d. samples, it produces a hypothesis such that:

Key Guarantees:

  • Approximately Correct: The true risk is bounded by error parameter (i.e., ).
  • Probably: This low error is achieved with probability at least .
Link to original