Tag: KNN
-
KNN in Machine Learning (from Scratch !!)
K-Nearest Neighbours: Introduction Birds of a feather flock together. William Turner The above quote perfectly sums up the algorithm that we are going to talk about in this post. KNN stands for K-Nearest Neighbours. It is a simple, easy-to-implement supervised machine learning algorithm that can be used to solve both classification and regression problems. Note: […]