Machine Learning  /  Linear Regression Machine Learning  Algorithm
Linear Regression 
It is used to predict the dependent variable value based on independent variables values.
  
Independent variable (1/more) --->Linear Regression (Predict a variable value) ---> dependent variable
  
Example:  
Consider y=mx+c
  
Where 
  
Independent variable = x
  
Dependent variable = y
  
C=Constant 
 
 Home   
 Back
 
 
  
 |