APPLICATION OF SUPERVISED LEARNING
LINEAR REGRESSION
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
It is possible to design a Linear regression algorithm using a neural network
|
TRUE
|
|
FALSE
|
|
Either A or B
|
|
None of the above
|
Explanation:
Detailed explanation-1: -A Neural network which is a component of deep learning, can be used as a universal approximator, so it can definitely implement a linear regression algorithm.
Detailed explanation-2: -Linear Regression is an ML algorithm used for supervised learning. Linear regression performs the task to predict a dependent variable(target) based on the given independent variable(s). So, this regression technique finds out a linear relationship between a dependent variable and the other given independent variables.
Detailed explanation-3: -Expert-Verified Answer Both models require input attributes to be numeric is true about neural network and linear regression models.
There is 1 question to complete.