Question d’entretien chez Amazon

I was asked to implement KNN using numpy.

Réponse à la question d'entretien

Utilisateur anonyme

5 mars 2022

First I implemented brute force solution by going over all the the input signals and compared them to all the gallery signals. Then, I implemented it more efficiently by utilizing matrix multiplications.