The Lazy Algorithm – KNN
Total Article 77 This article introduces one of the most basic and also the most “lazy” algorithms in machine learning – KNN (k-nearest neighbor). Do you know why it is called the laziest? 01|Algorithm Introduction: KNN is short for k-nearest neighbor, which indicates the K closest points. This algorithm is commonly used to solve classification … Read more