Difference between revisions of "K-Nearest Neighbors (KNN)"

From
Jump to: navigation, search
m
Line 1: Line 1:
 
[http://www.youtube.com/results?search_query=k-nearest+neighbors YouTube search...]
 
[http://www.youtube.com/results?search_query=k-nearest+neighbors YouTube search...]
 +
[http://www.google.com/search?q=k-nearest+neighbors+deep+machine+learning+ML ...Google search]
  
 
* [[AI Solver]]
 
* [[AI Solver]]

Revision as of 22:36, 3 January 2019

YouTube search... ...Google search

This is a simple algorithm which predicts unknown data point with its k nearest neighbors. The value of k is a critical factor here regarding the accuracy of prediction. It determines the nearest by calculating the distance using basic distance functions like Euclidean. However, this algorithm needs high computation power and we need to normalize data initially to bring every data point to same range. 10 Machine Learning Algorithms You need to Know | Sidath Asir @ Medium

1*9h-WczF6csbeut5vsvjSUA.gif