This articleneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources. Unsourced material may be challenged and removed. Find sources: "Computational learning theory" – news ·newspapers ·books ·scholar ·JSTOR(November 2018) (Learn how and when to remove this message) |
| Part of a series on |
| Machine learning anddata mining |
|---|
Learning with humans |
Model diagnostics |
Incomputer science,computational learning theory (or justlearning theory) is a subfield ofartificial intelligence devoted to studying the design and analysis ofmachine learning algorithms.[1]
Theoretical results in machine learning often focus on a type of inductive learning known assupervised learning. In supervised learning, an algorithm is provided withlabeled samples. For instance, the samples might be descriptions of mushrooms, with labels indicating whether they are edible or not. The algorithm uses these labeled samples to create a classifier. This classifier assigns labels to new samples, including those it has not previously encountered. The goal of the supervised learning algorithm is to optimize performance metrics, such as minimizing errors on new samples.
In addition to performance bounds, computational learning theory studies the time complexity and feasibility of learning.[citation needed] Incomputational learning theory, a computation is considered feasible if it can be done inpolynomial time.[citation needed] There are two kinds of timecomplexity results:
Negative results often rely on commonly believed, but yet unproven assumptions,[citation needed] such as:
There are several different approaches to computational learning theory based on making different assumptions about theinference principles used to generalise from limited data. This includes different definitions ofprobability (seefrequency probability,Bayesian probability) and different assumptions on the generation of samples.[citation needed] The different approaches include:
While its primary goal is to understand learning abstractly, computational learning theory has led to the development of practical algorithms. For example, PAC theory inspiredboosting, VC theory led tosupport vector machines, and Bayesian inference led tobelief networks.
A description of some of these publications is given at important publications in machine learning.