Introduction to Machine Learning: K Nearest Neighbors (KNN)

K Nearest Neighbors or KNN is a standard Machine Learning algorithm used for classification. In KNN, we plot already labeled points with their label and then define decision boundaries based on the value of the hyperparameter “K”. Hyperparameter just means a parameter that we control and can use for tuning. “K” is used to representContinue reading “Introduction to Machine Learning: K Nearest Neighbors (KNN)”