Machine Learning Interview Questions1
Machine Learning Interview Questions1
13. Let’s suppose your ML algorithm is taking 5 min time to train, How will you bring down
time to 5 second for training? (Hint: Distributed Computation)
14. Let’s Suppose I have trained 5 diff model with same training dataset & all of them have
achieved 95% precision. Is there any chance that you can combine all these models to
get better result? If yes, How? If no, Why?
15. What do you understand by Gradient decent? How will you explain Gradient decent to a
kid?
19. How you can explain semi-supervised ML in your own way with example?
20. What is difference between abstraction & generalization in your own word.
21. What are the steps that you have followed in your last project to prepare the dataset?
In your last project what steps were involved in model selection procedure?
23. If I give you 2 columns of any dataset, what will be the steps will be involved to check the
relationship between those 2 columns?
24. Can you please explain 5 diff kind of strategies at least to handle missing values in
dataset?
25. What kind of diff. issues you have faced wrt your raw data? At least mention 5 issues.
27. How do you define a model in terms of machine learning or in your own word?
28. What do you understand by k fold validation & in what situation you have used k fold
cross validation?
45. Have you taken any external feature in any of project from any 3 rd party data? If yes,
explain that scenario.