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.
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.
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.