Applications
Name :- Shweta Tripathi
University Roll NO :- 10830622041
Subject Name :-Machine Learning
Paper Code :-PCCAIML-502
Paper :- CA1
, Introduction to
KNN Algorithm
The K-Nearest Neighbors (KNN) algorithm is a simple and
widely used machine learning technique for both
classification and regression tasks. It works by finding the
K closest data points to a new input and using their labels
or values to make a prediction.