Difference between revisions of "Linear Regression"

From
Jump to: navigation, search
Line 3: Line 3:
 
* [[AI Solver]]
 
* [[AI Solver]]
 
* [[...predict values]]
 
* [[...predict values]]
 +
* [http://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/linear-regression Linear Regression | Microsoft]
  
Linear Regression : It is method to find pattern with a “Best Fit Line” ( therefore, “Linear” get it ?) in your data.  [http://towardsdatascience.com/linear-regression-the-easier-way-6f941aa471ea Linear Regression: The Easier Way | Towards Data Science]
+
Linear Regression : It is method to find pattern with a “Best Fit Line” ( therefore, “Linear” get it ?) in your data.  [http://towardsdatascience.com/linear-regression-the-easier-way-6f941aa471ea Linear Regression: The Easier Way | Towards Data Science]
 +
 
 +
Linear regression is a common statistical method, which has been adopted in machine learning and enhanced with many new methods for fitting the line and measuring error. In the most basic sense, regression refers to prediction of a numeric target. Linear regression is still a good choice when you want a very simple model for a basic predictive task. Linear regression also tends to work well on high-dimensional, sparse data sets lacking complexity. Azure Machine Learning Studio supports a variety of regression models, in addition to linear regression. However, the term "regression" can be interpreted loosely, and some types of regression provided in other tools are not supported in Studio.
  
 
https://cdn-images-1.medium.com/max/640/1*eeIvlwkMNG1wSmj3FR6M2g.gif
 
https://cdn-images-1.medium.com/max/640/1*eeIvlwkMNG1wSmj3FR6M2g.gif

Revision as of 21:41, 31 May 2018

YouTube search...

Linear Regression : It is method to find pattern with a “Best Fit Line” ( therefore, “Linear” get it ?) in your data. Linear Regression: The Easier Way | Towards Data Science

Linear regression is a common statistical method, which has been adopted in machine learning and enhanced with many new methods for fitting the line and measuring error. In the most basic sense, regression refers to prediction of a numeric target. Linear regression is still a good choice when you want a very simple model for a basic predictive task. Linear regression also tends to work well on high-dimensional, sparse data sets lacking complexity. Azure Machine Learning Studio supports a variety of regression models, in addition to linear regression. However, the term "regression" can be interpreted loosely, and some types of regression provided in other tools are not supported in Studio.

1*eeIvlwkMNG1wSmj3FR6M2g.gif