Recent Articles



































Learning theory (statistics)



         


Should this page be merged with statistical learning theory?

In statistics, learning theory is a mathematical field related to the analysis of machine learning algorithms.

Machine learning algorithms take a training set, form hypotheses or models, and make predictions about the future. Because the training set is finite and the future is uncertain, learning theory usually does not yield absolute guarantees of performance of the algorithms. Instead, probabilistic bounds on the performance of machine learning algorithms are quite common.

In addition to performance bounds, learning theorists study the time complexity and feasibility of learning. In learning theory, a computation is considered feasible if it can be done in polynomial time. There are two kinds of time complexity results:

  1. Positive results --- Showing the a certain class of function is learnable in polynomial time.
  2. Negative results - Showing that certain classes cannot be learned in polynomial time.

Negative results are proven only by assumption. The assumptions the are common in negative results are:

There are several difference branches of learning theory, which are often mathematically incompatible. This incompatibility arises from using different inference principles: principles which tell you how to generalize from limited data.

Examples of different branches of learning theory include:

Learning theory has led to practical algorithms. For example, PAC theory inspired boosting, statistical learning theory led to support vector machines, and Bayesian inference led to belief networks (by Judea Pearl).

See also:

[Top]

References

[Top]

Surveys

[Top]

VC dimension

[Top]

Feature selection

[Top]

Inductive inference

[Top]

Optimal O notation learning

[Top]

Negative results

[Top]

Boosting

[Top]

Occam's Razor

[Top]

Probably approximately correct learning

[Top]

Error tolerance

[Top]

Equivalence

A description of some of these publictions is given at important publications in machine learning.

[Top]

External Links





  View Live Article   This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License