Revision as of 15:37, 29 April 2014 by Yoon87 (Talk | contribs)


Nearest Neighbor Method

A slecture by Sang Ho Yoon

Partly based on the ECE662 Spring 2014 lecture material of Prof. Mireille Boutin.

Introduction


  In this slecture, basic principles of implementing nearest neighbor rule will be covered. The error related to the nearest neighbor rule will be discussed in detail including convergence, error rate, and error bound. Since the nearest neighbor rule mostly relies on a metric function between patterns, the properties of metrics will be studied in detail. Several examples will be illustrated to help understanding throughout the lecture.

Nearest Neighbor Rule


  Let's consider a testing sample x. Based on labeled training sample $D^n = x_{1},... ,x_{n},$ the nearest neighbor technique will find the closest point x' to x. Then we assign the class of x' to x. This is how the classification based on the nearest neighbor rule is processed. Although this rule is very simple, it is also reasonable. The label $\theta'$ used in the nearest neighbor is random variable which means $\theta' = w_{i}$ is same as a posteriori probability $P(w_{i}\arrowvert x').$ If sample sizes are big enough, it could be assumed that x' is sufficiently close to x that $P(w_{i}\arrowvert x') = P(w_{i}\arrowvert x).$

References


Questions and comments

If you have any questions, comments, etc. please post them on this page.


Back to ECE662, Spring 2014

Alumni Liaison

Abstract algebra continues the conceptual developments of linear algebra, on an even grander scale.

Dr. Paul Garrett