Which of the following methods do we use to find the best fit line for data in Linear Regression?
A. Least Square Error
B. Maximum Likelihood
C. Logarithmic Loss
D. Both A and B
Answer: Option A
Solution(By Examveda Team)
In Linear Regression, the method used to find the best fit line for data is Option A: Least Square Error. This technique minimizes the sum of the squared differences (errors) between the predicted values and the actual values in the dataset. The goal is to find the line that minimizes the overall error, making it the "best fit" line for the data.Option B: Maximum Likelihood is not the primary method for finding the best fit line in Linear Regression. Maximum Likelihood is a statistical method used in other modeling techniques, but it is not the standard approach in Linear Regression.
Option C: Logarithmic Loss is typically associated with logistic regression and classification problems, not Linear Regression.
Option D: Both A and B suggests that both Least Square Error and Maximum Likelihood are used to find the best fit line in Linear Regression. While Maximum Likelihood can be applied in some cases, the primary and standard method is Least Square Error.
Therefore, the correct method for finding the best fit line in Linear Regression is Option A: Least Square Error.
Related Questions on Machine Learning
In simple term, machine learning is
A. training based on historical data
B. prediction to answer a query
C. both A and B
D. automization of complex tasks
Which of the following is the best machine learning method?
A. scalable
B. accuracy
C. fast
D. all of the above
The output of training process in machine learning is
A. machine learning model
B. machine learning algorithm
C. null
D. accuracy
Application of machine learning methods to large databases is called
A. data mining.
B. artificial intelligence
C. big data computing
D. internet of things
Join The Discussion