Computational Learning Theory

This talk is based on

1 Introduction

2 Probably Approximately Correct

Valiant

2.1 Concept Learning

2.1.1 Sample Complexity

  1. The learner proposes instances, as queries to teacher: Learner proposes instance $x$, teacher provides $c(x)$. Play 20 questions, divide space in half.
  2. The teacher (who knows $c$) provides training examples teacher provides sequence of examples of form $\langle x, c(x) \rangle$. Best strategy depends on learner.
  3. There is some random process that proposes the instances. $x$ is generated randomly, teacher provides $c(x)$.Hmmmm, this needs further analysis.

2.2 Problem Setting

2.3 The Error of a Hypothesis

error

2.4 PAC Learnability

3 Sample Complexity for Finite Hypothesis Spaces

3.1 How Many Examples Needed To Exhaust VS?

3.2 Agnostic Learning

3.3 Conjunctions of Boolean Literals are PAC-Learnable

3.4 The Unbiased Concept Class is Not PAC-Learnable

4 Sample Complexity for Infinite H

Chervonenkis and Vapnik

Alexei Chervonenkis [4] and Vladimir Vapnik [5]

4.1 Shattering a Set of Instances

shatter

4.2 The Vapnik-Chervonenkis Dimension

4.3 VC Dimension of Linear Decision Surfaces

linear

4.4 Sample Complexity from VC Dimension

4.5 VC Dimension for Neural Nets

5 Mistake Bound Model of Learning

5.1 Mistake Bound Model: Find-S

5.2 Mistake Bound Model: Halving Algorithm

5.3 Optimal Mistake Bounds

6 Summary

URLs

  1. Machine Learning book at Amazon, http://www.amazon.com/exec/obidos/ASIN/0070428077/multiagentcom/
  2. Slides by Tom Mitchell on Machine Learning, http://www-2.cs.cmu.edu/~tom/mlbook-chapter-slides.html
  3. L Valiant. A Theory of the learnable. CACM 1984, http://www.cs.colorado.edu/~stetten/pac/valiant.pdf
  4. Chervonenkis homepage, http://www.clrc.rhul.ac.uk/people/chervonenkis/
  5. Vapnik homepage, http://www.clrc.rhul.ac.uk/people/vlad/
  6. COLT Conference, http://www.learningtheory.org

This talk available at http://jmvidal.cse.sc.edu/talks/clt/
Copyright © 2009 José M. Vidal . All rights reserved.

27 February 2003, 01:30PM