Me postulé en línea. Acudí a una entrevista en Synapxe en ene 2022
Entrevista
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
Preguntas de entrevista [1]
Pregunta 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