请输入您要查询的百科知识:

 

词条 Computational learning theory
释义

  1. Overview

  2. See also

  3. References

     Surveys  VC dimension  Feature selection  Inductive inference  Optimal O notation learning  Negative results  Boosting (machine learning)  Occam Learning  Probably approximately correct learning  Error tolerance  Equivalence  Distribution Learning Theory 

  4. External links

{{Short description|Theory of machine learning}}{{see also|Statistical learning theory}}{{more citations needed|date=November 2018}}{{Machine learning bar}}

In computer science, computational learning theory (or just learning theory) is a subfield of artificial intelligence devoted to studying the design and analysis of machine learning algorithms.[1]

Overview

Theoretical results in machine learning mainly deal with a type of inductive learning called supervised learning. In supervised learning, an algorithm is given samples that are labeled in some useful way. For example, the samples might be descriptions of mushrooms, and the labels could be whether or not the mushrooms are edible. The algorithm takes these previously labeled samples and uses them to induce a classifier. This classifier is a function that assigns labels to samples, including samples that have not been seen previously by the algorithm. The goal of the supervised learning algorithm is to optimise some measure of performance such as minimising the number of mistakes made on new samples.

In addition to performance bounds, computational learning theory studies the time complexity and feasibility of learning.{{citation needed|date=October 2017}} In

computational learning theory, a computation is considered feasible if it can be done in polynomial time.{{citation needed|date=October 2017}} There are two kinds of time

complexity results:

  • Positive results{{spaced ndash}}Showing that a certain class of functions is learnable in polynomial time.
  • Negative results{{spaced ndash}}Showing that certain classes cannot be learned in polynomial time.

Negative results often rely on commonly believed, but yet unproven assumptions,{{citation needed|date=October 2017}} such as:

  • Computational complexity – P ≠ NP (the P versus NP problem);
  • Cryptographic – One-way functions exist.

There are several different approaches to computational learning theory. These differences are based on making assumptions about the

inference principles used to generalize from limited data.{{citation needed|date=October 2017}} This includes different definitions of probability (see frequency probability, Bayesian probability) and different assumptions on the generation of samples.{{citation needed|date=October 2017}} The different approaches include:{{citation needed|date=October 2017}}

  • Exact learning, proposed by Dana Angluin;
  • Probably approximately correct learning (PAC learning), proposed by Leslie Valiant;
  • VC theory, proposed by Vladimir Vapnik and Alexey Chervonenkis;
  • Bayesian inference;
  • Algorithmic learning theory, from the work of E. Mark Gold;
  • Online machine learning, from the work of Nick Littlestone.

Computational learning theory has led to several practical algorithms.{{according to whom|date=October 2017}} For example, PAC theory inspired boosting, VC theory led to support vector machines, and Bayesian inference led to belief networks (by Judea Pearl).

See also

  • Grammar induction
  • Information theory
  • Stability (learning theory)
  • Error Tolerance (PAC learning)

References

1. ^http://www.learningtheory.org/

Surveys

  • Angluin, D. 1992. Computational learning theory: Survey and selected bibliography. In Proceedings of the Twenty-Fourth Annual ACM Symposium on Theory of Computing (May 1992), pages 351–369. http://portal.acm.org/citation.cfm?id=129712.129746
  • D. Haussler. Probably approximately correct learning. In AAAI-90 Proceedings of the Eight National Conference on Artificial Intelligence, Boston, MA, pages 1101–1108. American Association for Artificial Intelligence, 1990. http://citeseer.ist.psu.edu/haussler90probably.html

VC dimension

  • V. Vapnik and A. Chervonenkis. On the uniform convergence of relative frequencies of events to their probabilities. Theory of Probability and its Applications, 16(2):264–280, 1971.

Feature selection

  • A. Dhagat and L. Hellerstein, "PAC learning with irrelevant attributes", in 'Proceedings of the IEEE Symp. on Foundation of Computer Science', 1994. http://citeseer.ist.psu.edu/dhagat94pac.html

Inductive inference

  • {{Cite journal | last1 = Gold | first1 = E. Mark | year = 1967 | title = Language identification in the limit | journal = Information and Control | volume = 10 | issue = 5 | pages = 447–474 | jstor = | doi = 10.1016/S0019-9958(67)91165-5 | url=http://web.mit.edu/~6.863/www/spring2009/readings/gold67limit.pdf | format = | accessdate = }}

Optimal O notation learning

  • Oded Goldreich, Dana Ron. On universal learning algorithms. http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.47.2224

Negative results

  • M. Kearns and Leslie Valiant. 1989. Cryptographic limitations on learning boolean formulae and finite automata. In Proceedings of the 21st Annual ACM Symposium on Theory of Computing, pages 433–444, New York. ACM. http://citeseer.ist.psu.edu/kearns89cryptographic.html

Boosting (machine learning)

  • Robert E. Schapire. The strength of weak learnability. Machine Learning, 5(2):197–227, 1990 http://citeseer.ist.psu.edu/schapire90strength.html

Occam Learning

  • Blumer, A.; Ehrenfeucht, A.; Haussler, D.; Warmuth, M. K. "Occam's razor" Inf.Proc.Lett. 24, 377–380, 1987.
  • A. Blumer, A. Ehrenfeucht, D. Haussler, and M. K. Warmuth. Learnability and the Vapnik-Chervonenkis dimension. Journal of the ACM, 36(4):929–865, 1989.

Probably approximately correct learning

  • L. Valiant. A Theory of the Learnable. Communications of the ACM, 27(11):1134–1142, 1984.

Error tolerance

  • Michael Kearns and Ming Li. Learning in the presence of malicious errors. SIAM Journal on Computing, 22(4):807–837, August 1993. http://citeseer.ist.psu.edu/kearns93learning.html
  • Kearns, M. (1993). Efficient noise-tolerant learning from statistical queries. In Proceedings of the Twenty-Fifth Annual ACM Symposium on Theory of Computing, pages 392–401. http://citeseer.ist.psu.edu/kearns93efficient.html

Equivalence

  • D.Haussler, M.Kearns, N.Littlestone and M. Warmuth, Equivalence of models for polynomial learnability, Proc. 1st ACM Workshop on Computational Learning Theory, (1988) 42-55.
  • {{Cite journal | last1 = Pitt | first1 = L. | last2 = Warmuth | first2 = M. K. | year = 1990 | title = Prediction-Preserving Reducibility | journal = Journal of Computer and System Sciences | volume = 41 | issue = 3| pages = 430–467 | jstor = | doi = 10.1016/0022-0000(90)90028-J | url = http://www.sciencedirect.com/science/article/pii/002200009090028J/pdf?md5=251ac513b584de61a8fe4aa421ec9ab7&pid=1-s2.0-002200009090028J-main.pdf | format = | accessdate = }}

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

Distribution Learning Theory

External links

  • Basics of Bayesian inference
Maschinelles Lernen

4 : Computational learning theory|Theoretical computer science|Machine learning|Computational fields of study

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/11/15 21:15:05