Module 4_chapter 4
Module 4_chapter 4
MODULE 4
CHAPTER 4 - SIMILARITY-BASED LEARNING
4.1 Similarity or Instance-based Learning
a) KNN
b) Variants of KNN
c) Locally weighted regression
d) Learning vector quantization
e) Self-organizing maps
f) RBF networks
Nearest-Neighbor Learning
The weighted KNN is an extension of k-NN. It chooses the neighbours by using the
weighted distance. In weighted kNN, the nearest k points are given a weight using a
function called as the kernel function. The intuition behind weighted kNN, is to give more
weight to the points which are nearby and less weight to the points which are farther
away.
SUMMARY