- http://dataaspirant.com/2016/12/27/k-nearest-neighbor-algorithm-implementaion-python-scratch/
- https://codereview.stackexchange.com/questions/154609/knn-algorithm-implemented-in-python
- https://www.youtube.com/watch?v=UqYde-LULfs
- https://machinelearningmastery.com/tutorial-to-implement-k-nearest-neighbors-in-python-from-scratch/
- https://kevinzakka.github.io/2016/07/13/k-nearest-neighbor/
- http://scikit-learn.org/stable/modules/neighbors.html
- http://scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html
- http://www.python-course.eu/k_nearest_neighbor_classifier.php
- https://www.dataquest.io/blog/k-nearest-neighbors-in-python/
- https://medium.com/@gp_pulipaka/coding-k-nearest-neighbors-machine-learning-algorithm-in-python-9e15a61d9b97
- http://blog.yhat.com/posts/classification-using-knn-and-python.html
- http://www.kdnuggets.com/2016/01/implementing-your-own-knn-using-python.html
- http://dataaspirant.com/2015/04/11/five-most-popular-similarity-measures-implementation-in-python/
- http://andrewgaidus.com/Finding_Related_Wikipedia_Articles/
- https://stackoverflow.com/questions/20827741/nltk-naivebayesclassifier-training-for-sentiment-analysis
- http://alexminnaar.com/time-series-classification-and-clustering-with-python.html
- https://sites.temple.edu/tudsc/2017/03/30/measuring-similarity-between-texts-in-python/
- https://well-adjusted.de/~jrspieker/mspace/
Last active
November 3, 2018 17:09
-
-
Save agusmakmun/b91c9eef7f32501f542edf163291d0e1 to your computer and use it in GitHub Desktop.
References of k-Nearest Neighbors (kNN) in Python
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment