Probably Approximately Correct Analysis Task

From GM-RKB
Jump to navigation Jump to search

A Probably Approximately Correct Analysis Task is a Computational Learning Analysis Task that ...



References

2015

  • (Wikipedia, 2015) ⇒ http://en.wikipedia.org/wiki/Probably_approximately_correct_learning Retrieved:2015-12-22.
    • In computational learning theory, probably approximately correct learning (PAC learning) is a framework for mathematical analysis of machine learning. It was proposed in 1984 by Leslie Valiant.[1]

      In this framework, the learner receives samples and must select a generalization function (called the hypothesis) from a certain class of possible functions. The goal is that, with high probability (the "probably" part), the selected function will have low generalization error (the "approximately correct" part). The learner must be able to learn the concept given any arbitrary approximation ratio, probability of success, or distribution of the samples.

      The model was later extended to treat noise (misclassified samples).

      An important innovation of the PAC framework is the introduction of computational complexity theory concepts to machine learning. In particular, the learner is expected to find efficient functions (time and space requirements bounded to a polynomial of the example size), and the learner itself must implement an efficient procedure (requiring an example count bounded to a polynomial of the concept size, modified by the approximation and likelihood bounds).

  1. L. Valiant. A theory of the learnable. Communications of the ACM, 27, 1984.