The document discusses the K-Nearest Neighbor (K-NN) algorithm, a supervised learning technique used for classification and regression tasks. It outlines the steps involved in implementing K-NN, including selecting the number of neighbors, calculating distances, and assigning categories based on majority voting. The document also highlights the advantages and considerations for choosing the value of K in the algorithm.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
0 ratings0% found this document useful (0 votes)
22 views23 pages
Unit 3 Machine Learning Notes
The document discusses the K-Nearest Neighbor (K-NN) algorithm, a supervised learning technique used for classification and regression tasks. It outlines the steps involved in implementing K-NN, including selecting the number of neighbors, calculating distances, and assigning categories based on majority voting. The document also highlights the advantages and considerations for choosing the value of K in the algorithm.