Writing our own K Nearest Neighbors in Code - Practical Machine Learning Tutorial with Python p.17

Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=GWHG3cS2PKc



Category:
Tutorial
Duration: 10:17
94,892 views
1,092


In the previous tutorial, we began structuring our K Nearest Neighbors example, and here we're going to finish it. The idea of K nearest neighbors is to just take a "vote" of the closest known data featuresets. Whichever class is closest overall, is the class we assign to the unknown data.

https://pythonprogramming.net
https://twitter.com/sentdex
https://www.facebook.com/pythonprogramming.net/
https://plus.google.com/+sentdex




Other Videos By sentdex


2016-05-26SVM Optimization - Practical Machine Learning Tutorial with Python p.27
2016-05-24SVM Training - Practical Machine Learning Tutorial with Python p.26
2016-05-23Creating an SVM from scratch - Practical Machine Learning Tutorial with Python p.25
2016-05-21Support Vector Machine Optimization - Practical Machine Learning Tutorial with Python p.24
2016-05-19Support Vector Machine Fundamentals - Practical Machine Learning Tutorial with Python p.23
2016-05-17Support Vector Assertion - Practical Machine Learning Tutorial with Python p.22
2016-05-16Understanding Vectors - Practical Machine Learning Tutorial with Python p.21
2016-05-13Support Vector Machine Intro and Application - Practical Machine Learning Tutorial with Python p.20
2016-05-11Final thoughts on K Nearest Neighbors - Practical Machine Learning Tutorial with Python p.19
2016-05-09Applying our K Nearest Neighbors Algorithm - Practical Machine Learning Tutorial with Python p.18
2016-05-06Writing our own K Nearest Neighbors in Code - Practical Machine Learning Tutorial with Python p.17
2016-05-05Creating Our K Nearest Neighbors Algorithm - Practical Machine Learning with Python p.16
2016-05-03Euclidean Distance - Practical Machine Learning Tutorial with Python p.15
2016-05-01K Nearest Neighbors Application - Practical Machine Learning Tutorial with Python p.14
2016-04-29Classification w/ K Nearest Neighbors Intro - Practical Machine Learning Tutorial with Python p.13
2016-04-26Testing Assumptions - Practical Machine Learning Tutorial with Python p.12
2016-04-23Programming R Squared - Practical Machine Learning Tutorial with Python p.11
2016-04-21R Squared Theory - Practical Machine Learning Tutorial with Python p.10
2016-04-18How to program the Best Fit Line - Practical Machine Learning Tutorial with Python p.9
2016-04-17How to program the Best Fit Slope - Practical Machine Learning Tutorial with Python p.8
2016-04-16Regression How it Works - Practical Machine Learning Tutorial with Python p.7



Tags:
k nearest neighbors
knn
nearest neighbors
python
machine learning
tutorial
scikit-learn
tensorflow
theano