Classical Supervised Machine Learning Flashcards
1
Q
What are the two types of predictive model?
A
Regression and Classification
2
Q
What does a regression model do?
A
Estimates the numerical value of an attribute based on history of values assigned to it and other effecting measures.
3
Q
What does a classification model do?
A
Assigning a label to each instance depending on the values of a set of attributes.
4
Q
What are 4 Classical Supervised Machine Learning Techniques?
A
Decision Tree, Random Forest, K-Nearest Neighbours, Multi-Layer Perceptron
5
Q
A