Exploring the Model
Exploring the Model
io)
The objective function for linear regression is also known as Cost Function.
True -- Correct
What is the process of subtracting the mean of each variable from its variable
called ?
Mean Normalization -- Correct
For different parameters of the hypothesis function we get the same hypothesis
function.
False -- Correct
What is the Learning Technique in which the right answer is given for each example
in the data called ?
Supervised Learning -- Correct
What is the name of the function that takes the input and maps it to the output
variable called ?
Hypothesis Function -- Correct
For ____________, the error is calculated by finding the sum of squared distance
between actual and predicted values.
Regression -- Correct
A suggested approach for evaluating the hypothesis is to split the data into
training and test set
True - Correct
I have a scenario where my hypothesis fits my training set well but fails to
generalize for the test set. What is this scenario called?
Overfitting -- Correct
The objective function for linear regression is also known as Cost Function.
True -- Correct
When an ML Model has a high bias, getting more training data will help in improving
the model.
False -- Correct
For an overfit data set, the cross-validation error will be much bigger than the
training error.
True -- Correct
For an underfit data set, the training and the cross-validation error will be high.
True --Correct
What measures the extent to which the predictions change between various
realizations of the model?
Variance -- Correct
What is the name of the function that takes the input and maps it to the output
variable called?
Hypothesis Function --Correct