Machine Learning - Exploring The Model Updated
Machine Learning - Exploring The Model Updated
False - correct
True
False - correct
True -
For different parameters of the hypothesis function we get the same hypothesis
function.
True
False - correct
What is the Learning Technique in which the right answer is given for each example
in the data called ?
Unsupervised Learning
Reinforcement Learning
What is the name of the function that takes the input and maps it to the output
variable called ?
Model Function
Map Function
Simultaneously - correct
Sequentially -
One at a time
Not Updated
Parameter
Momentum
Step Rate
Learning Rate - correct
Classification Problems
Greedy Problems
The objective function for linear regression is also known as Cost Function.
True - correct
False
What is the process of subtracting the mean of each variable from its variable
called ?
Subtraction
Scale Normalization
Mean Subtraction
True - correct
False
Range Dividing
Feature Scaling - correct
Feature Dividing
True - correct
False
A suggested approach for evaluating the hypothesis is to split the data into
training and test set
True - Correct
False
True - Correct
0 and inf
-1 and +1
0 and 1 - correct
False - Correct
True
False - correct
True
[0,1] - correct
[0,inf]
[0,.5]
[-inf , + inf]
Classification problems with just two classes are called Binary classification
problems.
False
True - correct
True
False - correct
For _____________ the error is calculated by finding the sum of squared distance
between actual and predicted values
Clustering
Classification -
True - correct
False
I have a scenario where my hypothesis fits my training set well but fails to
generalize for test set. What is this scenario called ?
Underfitting
Overfitting - correct
Generalization Failure
True
False - Correct
Convex
Sigmoid - correct
Concave
Linear
False
True - correct
Greedy Problems
Regression Problems
Main Test
For an underfit data set the training and the cross validation error will be high.
False - correct
True
For an overfit data set the cross validation error will be much bigger than the
training error.
True - Correct
False -
So when a ML Model has high bias, getting more training data will help in improving
the model
True
False - correct
Divider
Seperator
What measure how far the predictions are from the actual values ?
Variance
Bias - correct
Deviation
Difference