MLND Flashcards

1
Q

What is ML?

A

Teaching computers to learn to perform tasks from the past experience.

Machine Learning is a subfield within Artificial Intelligence that builds algorithms that allow computers to learn to perform tasks from data instead of being explicitly programmed.

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

What is Decision Tree?

A

Both classification and regression. They learn a hierarchy of if/else questions, leading to a decision.

Ex: animal guess game: does it fly? does it have wings? etc.

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

Explain Naive Bayes Algorithm

A

Bayes’ theorem is based on conditional probability. The conditional probability helps us calculating the probability that something will happen, given that something else has already happened.

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