Create your Machine Learning library from scratch with R ! (3/5) – KNN
This is this second post of the “Create your Machine Learning library from scratch with R !” series. Today, we will see how you can implement K nearest neighbors (KNN) using only the linear algebra available in R. Previously, we managed to implement PCA and next time we will deal with ...
[Read more...]