About this document
Machine Learning: LwP & Nearest Neighbors by Raja is a document available to read on EtoBox.
1) Learning by Computing Distances discusses Learning with Prototypes (LwP) and nearest neighbors algorithms. LwP predicts the class of a test point based on which prototype vector (class mean) it is closest to. 2) Nearest neighbors is another supervised learning technique that computes the distance between a test point and all training points, finds the nearest neighbors, and predicts the majority class of the neighbors. 3) Both LwP and nearest neighbors can be improved by using weighted distances like
- Author
- Raja
- Language
- EN