I applied online. I interviewed at Synapxe in Jan 2022
Interview
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
Interview questions [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