[MINI] k-Nearest Neighbors


Episode Artwork
1.0x
0% played 00:00 00:00
Jul 23 2015 8 mins   129

This episode explores the k-nearest neighbors algorithm which is an unsupervised, non-parametric method that can be used for both classification and regression. The basica concept is that it leverages some distance function on your dataset to find the $k$ closests other observations of the dataset and averaging them to impute an unknown value or unlabelled datapoint.