Nonparametric Learning




CS156

Chris Pollett

Dec 8, 2014

Outline

Non-parametric Learning

Nearest Neighbor Model

Choice of Distance Function

Making Lookups of Nearest Neighbors Efficient

Quiz

Which of the following is true?

  1. Perceptron networks always have a hidden layer.
  2. The information gain of an attribute `A` is the entropy of the data before testing on that attribute less the expected entropy left after testing on that attribute.
  3. Our perceptron training algorithm assumed the function `g` in the perceptron was a step function.

Support Vector Machines

Building a Better Separator

Separators for traditional perceptron model (a) and SVM model (b)

Computing Maximum Margin Separator

SVMs in General

Example of SVM with a kernel