#Good machine learning interview questions
1 messages · Page 1 of 1 (latest)
tbh I will only ask
What is one machine learning project that you did? (Hopefully the project has some depth) And ask follow up questions all the way (did you use dropout and what is dropout etc, justify your loss function, how would you improve from here)
For knowledge questions, I will only ask these two
- How does a gradient boosted decision tree work
- What is the transformer architecture
I don't see the point of asking random knowledge questions
If the role is domain specific, e.g. recsys - how would you design (company) (product) recsys / what is one issue and how would you improve it?
One interviewer told me the answer to "reasons why you choose that loss function" is because of the data distribution. For example, in MSE, the square term comes from the MLE estimation of Gaussian distribution.
He want someone who knows why instead of blindly trying different options.