McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Computer Science Engineering (CSE)
→
Machine Learning (ML)
→
In SVR we try to fit the error within a
Q.
In SVR we try to fit the error within a
A.
true
B.
false
Answer» A. true
1.6k
0
Do you find this helpful?
15
View all MCQs in
Machine Learning (ML)
Discussion
No comments yet
Login to comment
Related MCQs
In SVR we try to fit the error within a certain threshold.
In SVR we try to fit the error within a certain threshold.
What are the steps for using a gradient descent algorithm? 1)Calculate error between the actual value and the predicted value 2)Reiterate until you find the best weights of network 3)Pass an input through the network and get values from output layer 4)Initialize random weight and bias 5)Go to each neurons which contributes to the error and change its respective values to reduce the error
Suppose that we have N independent variables (X1,X2… Xn) and dependent variable is Y. Now Imagine that you are applying linear regression by fitting the best fit line using least square error on this data. You found that correlation coefficient for one of it’s variable(Say X1) with Y is 0.95.
Suppose that we have N independent variables (X1,X2� Xn) and dependent variable is Y. Now Imagine that you are applying linear regression by fitting the best fit line using least square error on this data. You found that correlation coefficient for one of it�s variable(Say X1) with Y is -0.95.Which of the following is true for X1?
Suppose that we have N independent variables (X1,X2… Xn) and dependent variable is Y. Now Imagine that you are applying linear regression by fitting the best fit line using least square error on this data. You found that correlation coefficient for one of it’s variable(Say X1) with Y is -0.95.Which of the following is true for X1?
What is back propagation? a) It is another name given to the curvy function in the perceptron b) It is the transmission of error back through the network to adjust the inputs c) It is the transmission of error back through the network to allow weights to be adjusted so that the network can learn d) None of the mentioned
Imagine a Newly-Born starts to learn walking. It will try to find a suitable policy to learn walking after repeated falling and getting up.specify what type of machine learning is best suited?
Suppose your model is demonstrating high variance across the different training sets. Which of the following is NOT valid way to try and reduce the variance?
Which of the following methods/methods do we use to find the best fit line for data in Linear Regression?