October 2017
Beginner to intermediate
270 pages
7h
English
K-NN can be implemented in many configurations, but in this chapter we will use the semi-supervised approach, starting from a certain number of already assigned samples, and later guessing the cluster membership using the main criteria.
In the following diagram, we have a breakdown of the algorithm. It can be summarized with the following steps:

Let's go over all the following involved steps, in a simplified form:
Read now
Unlock full access