In this project, I implemented k-NN to classify images of faces:
- Found the nearest neighbors
- Calulated absolute loss
- Performed k-NN classification on a data set
- Calculated the accuracy of the classifier
In this project, I implemented k-NN to classify images of faces: