tutorial [Read-Only]
43 pages
English

tutorial [Read-Only]

-

Le téléchargement nécessite un accès à la bibliothèque YouScribe
Tout savoir sur nos offres
43 pages
English
Le téléchargement nécessite un accès à la bibliothèque YouScribe
Tout savoir sur nos offres

Description

A Tutorial on Computational Learning TheoryPresented at Genetic Programming 1997Stanford University, July 1997Vasant HonavarArtificial Intelligence Research LaboratoryDepartment of Computer Sciencehonavar@cs.iastate.eduIowa State University, Ames, Iowa 50011http://www.cs.iastate.edu/~honavar/aigroup.htmlWhat are learning systems?Systems that improve their performance one or more tasks with experience in their environmentExamples: Pattern recognizers, adaptive control systems, adaptive intelligent agents, etc.Computational Models of Learning• Model of the Learner: Computational capabilities, sensors, effectors, knowledge representation, inference mechanisms, prior knowledge, etc.• Model of the Environment: Tasks to be learned, information sources (teacher, queries, experiments), performance measures• Key questions: Can a learner with a certain structure learn a specified task in a particular environment? Can the learner do so efficiently? If so, how? If not, why not?Computational Models of Learning• Theories of Learning: What is it good for?• Mistake bound model• Maximum Likelihood model• PAC (Probably Approximately Correct) model• Learning from simple examples• Concluding remarksTheories of Learning: What are they good for?• To make explicit relevant aspects of the learner and the environment• To identify easy and hard learning problems (and the precise conditions under which they are easy or hard)• To guide the design of learning ...

Informations

Publié par
Nombre de lectures 27
Langue English

Extrait

A Tutorial on Computational Learning Theory Presented at Genetic Programming 1997 Stanford University, July 1997
Vasant Honavar Artificial Intelligence Research Laboratory Department of Computer Science honavar@cs.iastate.edu Iowa State University, Ames, Iowa 50011 http://www.cs.iastate.edu/~honavar/aigroup.html
What are learning systems?
Systems that improve their performance one or more tasks with experience in their environment
Examples: Pattern recognizers, adaptive control systems, adaptive intelligent agents, etc.
Computational Models of Learning
Model of the Learner: Computational capabilities, sensors, effectors, knowledge representation, inference mechanisms, prior knowledge, etc. Model of the Environment: Tasks to be learned, information sources (teacher, queries, experiments), performance measures Key questions: Can a learner with a certain structure learn a specified task in a particular environment? Can the learner do so efficiently? If so, how? If not, why not?
Computational Models of Learning
Theories of Learning: What is it good for?
Mistake bound model
Maximum Likelihood model
PAC (Probably Approximately Correct) model
Learning from simple examples
Concluding remarks
Theories of Learning: What are they good for?
To make explicit relevant aspects of the learner and the environment To identify easy and hard learning problems (and the precise conditions under which they are easy or hard) To guide the design of learning systems To shed light on natural learning systems To help analyze the performance of learning systems
Mistake bound Model
Example: Given an arbitrary, noise-free sequence of labeled examples <X1,C(X1)>,<X2,C(X2)>...of an unknown binary conjunctive concept C over {0,1}Nlearner's task is to predict C(X) for a, the given X.
Theorem: Exact online learning of conjunctive concepts can be accomplished with at most (N+1) prediction mistakes.
Mistake bound model
Algorithm  Initialize L={X1, ~X1, .... ~XN}  Predict according to match between an instance and the conjunction of literals in L  Whenever a mistake is made on a positive example, drop the offending literals from L Eg: <0111, 1> will result in L = {~ X1, X2, X3, X4} <1110, 1> will yield L = {X2, X3}
Mistake bound model
Proof of Theorem 1:
 No literal in C is ever eliminated from L
 Each mistake eliminates at least one literal from L
 The first mistake eliminates N of the 2N literals
 Conjunctive concepts can be learned with at most (N+1) mistakes
Conclusion: Conjunctive concepts areeasyto learn in the mistake bound model
Optimal Mistake Bound Learning Algorithms
Definition: Anoptimalmistake bound mbound(C) for a concept classsCis thelowest possiblemistake bound in theworst case(consideringallconcepts inC, and allpossible sequences ofexamples). Definition: An optimal learning algorithm for a concept classC(in the mistake bound framework) is one that is guaranteed toexactlylearnanyconcept inC, using anynoise-free example sequence, with at most O(mbound(C)) mistakes. Theorem:mbound(C)lg|C|
malpixe
Fineprint:Thehalvingalgorithmmaynotbeefficientlyimplementable.
V Definition: The halving algorithm predicts according to the majority of concepts in the current version space and a mistake results in elimination of all the offending concepts from the version space
The Halving Algorithm
se
Definition: The version space
ocsi|CtnetsisnthhitwtrsfieiCC=
The Halving Algorithm
The halving algorithm can be practical if there is a way to compactly represent and efficiently manipulate the version space.
Question: Are there any efficiently implementable optimal mistake bound learning algorithms?
Answer: Littlestone's algorithm for learning monotone disjunctionsof at most k of n literals using the hypothesis class of threshold functions with at most (k lg n) mistakes.
  • Univers Univers
  • Ebooks Ebooks
  • Livres audio Livres audio
  • Presse Presse
  • Podcasts Podcasts
  • BD BD
  • Documents Documents