
































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Exam; Professor: Tappen; Class: COMPUTER VISION; Subject: Computer Applications; University: University of Central Florida; Term: Fall 2009;
Typology: Exams
1 / 40
This page cannot be seen from the preview
Don't miss anything!

































x y
x y
x y
(Assume this is the training data)
● What if you tested on this data? ● The classifier has over-fit the data
● Boosted Classifiers and SVM's are probably the two most popular classifiers today ● I won't get into the math behind SVM's, if you are interested, you should take the pattern recognition course (highly recommended)
● Margin – minimum distance from a data point to the decision boundary
● The SVM finds the boundary that maximizes the margin
0 This is the same as making a new set of features, then doing linear classification
The decision function can be expressed in terms of dot-products Each α will be zero unless the vector is a support vector
Let Φ(x) be a function that transforms x into a different space A kernel function K is a function such that
If Then This is called the polynomial kernel