Published article "Data Science and Machine Learning (Part 09): The K-Nearest Neighbors Algorithm (KNN)".
This is a lazy algorithm that doesn't learn from the training dataset, it stores the dataset instead and acts immediately when it's given a new sample. As simple as it is, it is used in a variety of real-world applications.
































