Machine Learning Flashcards

1
Q

Which method always gives the same global optimum?

A

Logistic regression

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

Which method is not iterative?

A

Naïve Bayes

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

Which of the following is a feature selection technique?

A

Stepwise regression

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

Which method uses a gradient descent algorithm to find the optimum?

A

Logistic regression

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

Which method is most prone to overfitting?

A

Neural network

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

Which method is used in deep learning?

A

Neural network

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

Which model uses the following formula :

P() = P() * P() / sum[P() p()]?

A

Naive Bayes or SVM

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

You have a dataset with 10,000 data and 20,000 features. Which method that splits the data into hyperplanes is most suited to classify new data?

A

SVM

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

Why, in essence, do we try to find a posteriori probabilities?

A

To minimize the error rate

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

Which of the following is not an issue for decision trees?

A

Computationally intensive

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