mla Flashcards
(29 cards)
The two phases of supervised ML process: Training, ________.
Prediction
These concepts helps to understand how well a model performs: Overfitting, Underfitting, _________.
generalization
When the model fits too closely to the training dataset.
Group of answer choices
Overfitting
Generalization
Underfitting
Overfitting
In supervised learning, market trend analysis is an example of:
Group of answer choices
Regression
Correlation
Prediction
Classification
Regression
Logistic Regression is an example of a regression algorithm.
Group of answer choices
True
False
FALSE
The _____ refers to the error from having wrong / too simple assumptions in the learning algorithm.
bias
If your model performs well on the training set but poorly on the validation set.
Group of answer choices
Underfitting
Generalization
Overfitting
Overfitting
There is a regression variant of the k-nearest neighbors algorithm.
Group of answer choices
True
False
TRUE
In k-NN, when you choose a small value of k (e.g., k=1), the model becomes more complex.
Group of answer choices
True
False
TRUE
In k-NN, High Model Complexity is underfitting.
Group of answer choices
True
False
FALSE
The ‘k’ in k-Nearest neighbors refers to the new closest data point.
Group of answer choices
True
False
FALSE
In k-NN, High Model Complexity is:
Group of answer choices
Overfitting
Underfitting
Overfitting
K-nearest neighbors make a prediction for a new data point by finding the data that match from the training dataset.
Group of answer choices
True
False
FALSE
In k-NN, Euclidean distance (by default) is used to choose the right distance measure.
Group of answer choices
True
False
TRUE
In Ridge regression is α (alpha) is lesser, the penalty becomes larger.
Group of answer choices
True
False
FALSE
Linear Regression is also known as Ordinal Least Squares.
Group of answer choices
True
False
FALSE
The ‘slope’ parameter is also called _______ or coefficients.
Group of answer choices
Weight
Length
Mean
Median
Weight
Linear models make a prediction using a linear function of the input features.
Group of answer choices
True
False
TRUE
Lasso uses L1 Regularization.
Group of answer choices
True
False
TRUE
Ridge regression is a linear regression model that controls complexity to avoid overfitting.
Group of answer choices
True
False
True
Its primary objective is to map the input variable with the output variable.
Group of answer choices
Correlation
Classification
Unsupervised Learning
Supervised Learning
Supervised Learning
Dichotomous classes means Yes or No.
Group of answer choices
True
False
TRUE
A model that performs poorly on both training and new data because it hasn’t learned enough from the training data.
Group of answer choices
Underfitting
Generalization
Overfitting
Underfitting
Classification algorithms address classification problems where the output variable is categorical.
TRUE