K- Nearest Neighbors.pptx
K- Nearest Neighbors.pptx
Simple Analogy..
KNN – Different names
• K-Nearest Neighbors
• Memory-Based Reasoning
• Example-Based Reasoning
• Instance-Based Learning
• Lazy Learning
What is KNN?
• A powerful classification algorithm used in pattern
recognition.
• Each of the training data consists of a set of vectors and a class label
associated with each vector.
• Dataset
• Classify the new example
• Distance to each training example
• 2. Find Rank
Strengths of KNN
• Very simple and intuitive.