Interview Questions Flashcards

1
Q

Define machine learning

A

the ability of an algorithm to learn a specific function from data without being explcitly programmed and thus can generalize on similiar unseen data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What do you understand of labeled training dataset?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are two most common supervised ML tasks you have performed thus far?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What kind of machine learning algorithm would you use to walk a robot in various unknown area?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What kind of algorithm can you use to segment your user into multiple groups?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What type of learning algorithm realized on similarity measure to make a prediction?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is an online learning system?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is out of core learning?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Cite a couple of machine learning challenges that you have faced?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Give an example of a hyperparameter tuning wrt some classification algorithm?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is out of bag evaluation?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What do you understand by hard and soft voting classifier?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Suppose your ML algo is taking 5 min to train, how would you bring traing time to 5 seconds? (hint: distributed computation)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Suppose you have trained 5 different models all acheiving 95% precision, is there a way to combine all these models to get an even better result? If yes how, if not, why?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What do you understand of gradient descent? And how would you explain it to say a kid?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Explain the difference between regression and classification?

A
17
Q

Explain a clustering algorithm of your choice?

A
18
Q
A