Saved Bookmarks
| 1. |
What Is Meant By K-nearest Neighbour? |
|
Answer» K-Nearest Neighbour is one of the simplest machine learning classification ALGORITHMS that is a subset of supervised learning BASED on LAZY learning. In this algorithm the function is approximated LOCALLY and any computations are DEFERRED until classification. K-Nearest Neighbour is one of the simplest machine learning classification algorithms that is a subset of supervised learning based on lazy learning. In this algorithm the function is approximated locally and any computations are deferred until classification. |
|