K-NEAREST NEIGHBOR
CLASSIFIER WITH IRIS DATASET
PRESENTED BY
ABARNA V
PRATHIBA R
BHAKYALAKSHMI B
, WHAT IS KNN ?
K Nearest Neighbour is a simple
algorithm that stores all the available
cases and classifies the new data or
case based on a similarity measures.
, What is KNN algorithm?
• It belongs to the supervised learning.
• KNN algorithm makes predictions by
calculating similarities between the
input samples and each instance
CLASSIFIER WITH IRIS DATASET
PRESENTED BY
ABARNA V
PRATHIBA R
BHAKYALAKSHMI B
, WHAT IS KNN ?
K Nearest Neighbour is a simple
algorithm that stores all the available
cases and classifies the new data or
case based on a similarity measures.
, What is KNN algorithm?
• It belongs to the supervised learning.
• KNN algorithm makes predictions by
calculating similarities between the
input samples and each instance