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
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
Tags:
k nearest neighbors
knn
nearest neighbors
python
machine learning
tutorial
scikit-learn
tensorflow
theano