J'ai postulé en ligne. J'ai passé un entretien chez Synapxe en janv. 2022
Entretien
What is KNN algorithm: K nearest neighbours,is one of the simplest supervised machine learning algorithm mostly used for Classification 1>> It classify data points based on how its neighbours are classified 2>> KNN stores all available cases and classfies new cases based on similarity measure 3>> KNN is parameter that refers to the number of nearest neighbours to include in majority voting process
Questions d'entretien [1]
Question 1
What is KNN algorithm: K nearest neighbours,is one of the simplest supervised machine learning algorithm mostly used for Classification 1>> It classify data points based on how its neighbours are classified 2>> KNN stores all available cases and classfies new cases based on similarity measure 3>> KNN is parameter that refers to the number of nearest neighbours to include in majority voting process