Machine Learning with Python! K Nearest Neighbors Classification Algorithm (KNN)

preview_player
Показать описание
Tutorial on how to program a K Nearest Neighbors (KNN) Classification algorithm within Python. Learn how to code out the KNN algorithm, implement the algorithm to classify a variable within a data set and understand the drawbacks of KNN.

CONNECT:

------Video Chapters------
0:00 - Intro
0:19 - Definition of K Nearest Neighbors (KNN) Algorithm
0:50 - Loading in data set using pandas
2:10 - Creating dummy variables
3:01 - Correlation between dependent and independent variables
4:28 - Visualizing clustering within the data set
5:22 - KNN algorithm from scratch
19:21 - Measuring the accuracy of KNN classifier
20:56 - KNN algorithm using Scikit-Learn
22:55 - Issues with KNN
31:27 - References and additional learning
Рекомендации по теме
Комментарии
Автор

Thank you very much for the video !
It seems that at 26:08 you divided the minimum by the average and not the opposite

fizik_amorim