Python Machine LearningLee, W. (2019). Python machine learning. ProQuest Ebook Central.
Read Chapter 8, Supervised Learning-Classification Using Support Vector Machines.
Read Chapter 9, Supervised Learning-Classification Using K-Nearest Neighbors (KNN).
Chapter 8 details how the support vector machine algorithm classifies two or more classes.
Chapter 9 details how the K-Nearest Neighbors algorithm classifies a query instance based on "neighbors" surrounding the instance. This chapter also details the Euclidean distance function.