April 2020
Intermediate to advanced
536 pages
16h 55m
English
This chapter covers
This is probably the most important chapter of the entire book. In it, I’m going to show you how the k-nearest neighbors (kNN) algorithm works, and we’re going to use it to classify potential diabetes patients. In addition, I’m going to use the kNN algorithm to teach you some essential concepts in machine learning that we will rely on for the rest of the book.
By the end of this chapter, not only will you understand and be able to use the kNN algorithm to make classification ...