0% found this document useful (0 votes)
2 views5 pages

Machine Learning - Exploring The Model Updated

Uploaded by

Jin Bae
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views5 pages

Machine Learning - Exploring The Model Updated

Uploaded by

Jin Bae
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 5

The result of scaling is a variable in the range of [1 , 10].

False - correct

True

Output variables are known as Feature Variables .

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 ?

Right Answer Learning

Unsupervised Learning

Supervised Learning - correct

Reinforcement Learning

What is the name of the function that takes the input and maps it to the output
variable called ?

Hypothesis Function - Correct

Model Function

None of the choices

Map Function

How are the parameters updates during Gradient Descent Process ?

Simultaneously - correct

Sequentially -

One at a time

Not Updated

____________ controls the magnitude of a step taken during Gradient Descent .

Parameter

Momentum

Step Rate
Learning Rate - correct

Problems that predict real values outputs are called ?

Classification Problems

Greedy Problems

Regression Problems - correct

Real Valued 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 ?

Mean Normalization - correct

Subtraction

Scale Normalization

Mean Subtraction

Input variables are also known as feature variables.

True - correct

False

What is the process of dividing each feature by its range called ?

Range Dividing

Feature Scaling - correct

Feature Dividing

None of the Options

Cost function in linear regression is also called squared error function.

True - correct

False

A suggested approach for evaluating the hypothesis is to split the data into
training and test set

True - Correct

False

Reducing the number of features can reduce overfitting


False

True - Correct

Where does the sigmoid function asymptote ?

-inf and +inf

0 and inf

-1 and +1

0 and 1 - correct

High values of threshold are good for the classification problem.

False - Correct

True

Overfit data has a high bias

False - correct

True

What is the range of the output values for a sigmoid function ?

[0,1] - correct

[0,inf]

[0,.5]

[-inf , + inf]

Classification problems with just two classes are called Binary classification
problems.

False

True - correct

Linear Regression is an optimal function that can be used for classification


problems.

True

False - correct

For _____________ the error is calculated by finding the sum of squared distance
between actual and predicted values

Clustering

Classification -

None of the choices


Regression - correct

Underfit Data has a high variance

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 ?

None of the Options

Underfitting

Overfitting - correct

Generalization Failure

Overfiting and Underfitting are applicable only to linear regression problems

True

False - Correct

____________ function is used as a mapping function for classification problem.

Convex

Sigmoid - correct

Concave

Linear

Lower Decision boundary leads to False Positives during classification

False

True - correct

Problems where discrete valued outputs predicted are called ?

Greedy Problems

Regression Problems

Classification Problems - correct

Real Valued 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

____________ is the line that separates y = 0 and y = 1 in a logistic function.

Divider

None of the choices

Seperator

Decision Boundary - correct

What measure how far the predictions are from the actual values ?

Variance

Bias - correct

Deviation

Difference

You might also like