More on machine learning algorithms. Easy coding question
Machine Learning Research Scientist Interview Questions
40 machine learning research scientist interview questions shared by candidates
Describe a project where things didn't work out as expected.
You have a linked list of numbers, how would you return the median ? Follow up, what is the worst case performance?
After you have decided which features to use, describe the process of constructing feature-vectors
You have a singly linked list, how would you find the median?
Describe a project where there were multiple alternatives from which to choose in implementing it.
'''Question 1: Given a sorted but rotated array, and a target, find the location of the target in the array. If the target is not in the array, returns -1 1) INPUT: [3,6,7,1,2], target = 1 OUTPUT: 3 2) INPUT: [3,6,7,1,2], target = 9 OUTPUT: -1 '''
If you were designing a robot lawnmower, where would you start?
How do you implement feature selection in text classification?
Very simple coding questions were asked
Viewing 1 - 10 interview questions