100% found this document useful (1 vote)
2K views

Machine Learning - Exploring The Model Q&A.txt TCS

The document is a quiz containing multiple choice questions about machine learning concepts like feature scaling, mean normalization, gradient descent, supervised learning, regression problems, cost functions, and hypothesis functions. Each question is followed by the correct answer. The questions cover topics related to preprocessing input data, modeling algorithms like linear regression, and key machine learning terms.

Uploaded by

Amarnath Jamale
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
2K views

Machine Learning - Exploring The Model Q&A.txt TCS

The document is a quiz containing multiple choice questions about machine learning concepts like feature scaling, mean normalization, gradient descent, supervised learning, regression problems, cost functions, and hypothesis functions. Each question is followed by the correct answer. The questions cover topics related to preprocessing input data, modeling algorithms like linear regression, and key machine learning terms.

Uploaded by

Amarnath Jamale
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

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

Feature Scaling -- Correct

Input variables are also known as feature variables.


True -- Correct

Output variables are known as Feature Variables .


False -- Correct

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


Learning Rate -- Correct

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

How are the parameters updates during Gradient Descent Process ?


Simultaneously -- Correct

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


False -- Correct

What is the Learning Technique in which the right answer is given for each example
in the data called ?
Supervised Learning -- Correct

Problems that predict real values outputs are called ?


Regression Problems -- Correct

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


True -- Correct

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

You might also like