Learning and Generalization - Introduction to Pattern Recognition - Lecture Slides, Slides of Advanced Computer Architecture

The key points are:Learning and Generalization, Curve-Fitting, Minimum Description Length Principle, Problem-Based Intuition, Axis-Parallel Rectangle, Goal of Learning, Number of Elements, Uncountably Infinite Number, Finite Parameterization

Typology: Slides

2012/2013

Uploaded on 04/20/2013

padmaghira
padmaghira 🇮🇳

3.2

(5)

53 documents

1 / 145

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Learning and Generalization
We have been discussing the issue of generalization
abilities of learnt classifiers.
PR NPTEL course p.1/145
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25
pf26
pf27
pf28
pf29
pf2a
pf2b
pf2c
pf2d
pf2e
pf2f
pf30
pf31
pf32
pf33
pf34
pf35
pf36
pf37
pf38
pf39
pf3a
pf3b
pf3c
pf3d
pf3e
pf3f
pf40
pf41
pf42
pf43
pf44
pf45
pf46
pf47
pf48
pf49
pf4a
pf4b
pf4c
pf4d
pf4e
pf4f
pf50
pf51
pf52
pf53
pf54
pf55
pf56
pf57
pf58
pf59
pf5a
pf5b
pf5c
pf5d
pf5e
pf5f
pf60
pf61
pf62
pf63
pf64

Partial preview of the text

Download Learning and Generalization - Introduction to Pattern Recognition - Lecture Slides and more Slides Advanced Computer Architecture in PDF only on Docsity!

Learning and Generalization^ •^ We have been discussing the issue of generalizationabilities of learnt classifiers.

Learning and Generalization^ •^ We have been discussing the issue of generalizationabilities of learnt classifiers.^ •^ We learn a classifier using the training examples.

Learning and Generalization^ •^ We have been discussing the issue of generalizationabilities of learnt classifiers.^ •^ We learn a classifier using the training examples.^ •^ Given training examples,

{(X, y)}, we want to learnii

a general rule (a classifier or a function) that wouldpredict the ‘target’ or ‘output’

y^ given the ‘instance’ or

‘input’^ X. • The question is how do we formally define the goal oflearning?

Learning and Generalization^ •^ We have been discussing the issue of generalizationabilities of learnt classifiers.^ •^ We learn a classifier using the training examples.^ •^ Given training examples,

{(X, y)}, we want to learnii

a general rule (a classifier or a function) that wouldpredict the ‘target’ or ‘output’

y^ given the ‘instance’ or

‘input’^ X. • The question is how do we formally define the goal oflearning? • Can we say whether a learning algorithm is learningcorrectly?

-^ Any learning algorithm takes training data as the inputand outputs a specific classifier/function. •^ For this, it searches over some chosen family offunctions to find one that optimizes a chosen criterionfunction.

-^ Any learning algorithm takes training data as the inputand outputs a specific classifier/function. •^ For this, it searches over some chosen family offunctions to find one that optimizes a chosen criterionfunction.^ {(X, y)} →ii

Learning Algorithm (searching over

→^ f^ ∈ F F) PR NPTEL course – p.8/

-^ As discussed in the previous lecture, a simpleexample problem is ‘curve-fitting’.

-^ As discussed in the previous lecture, a simpleexample problem is ‘curve-fitting’. •^ Given training data

{(X, y), i^ = 1ii

,^ · · ·^ , n}, we want

to learn^ f^ so that

y^ ≈^ f^ (x).

-^ As discussed in the previous lecture, a simpleexample problem is ‘curve-fitting’. •^ Given training data

{(X, y), i^ = 1ii

,^ · · ·^ , n}, we want

to learn^ f^ so that

y^ ≈^ f^ (x).

-^ As we saw, the ‘data error’ is not a good measure forrating possible

f^.

-^ There are many different ways of formalizing this.

-^ For example, a generic approach is what is called^ Minimum Description Length

principle.

-^ For example, a generic approach is what is called^ Minimum Description Length

principle.

-^ Suppose we want to send the data over acommunication channel. •^ we can send the

2 n^ numbers,^ X

, yusing someii^

number of bits.

-^ For example, a generic approach is what is called^ Minimum Description Length

principle.

-^ Suppose we want to send the data over acommunication channel. •^ we can send the

2 n^ numbers,^ X

, yusing someii^

number of bits. • Or we can send

X, the functioni

f^ and the errors

y−^ f^ (X).i^ i

-^ If the fit is good, the errors

y−^ f^ (X)^ would havei^ i

small range and we may be able to send them usingsmaller number of bits compared sending

y.i

-^ However, we also need to send

f^.^ PR NPTEL course – p.19/

-^ If the fit is good, the errors

y−^ f^ (X)^ would havei^ i

small range and we may be able to send them usingsmaller number of bits compared sending

y.i

-^ However, we also need to send

f^.

-^ If^ f^ is very complex, then what we save in bits bysending errors instead of

ymay be more than offseti^

by the bits needed to send description of

f^.^ PR NPTEL course – p.20/