Difference between revisions of "Linear Regression"

From
Jump to: navigation, search
Line 2: Line 2:
  
 
* [[AI Solver]]
 
* [[AI Solver]]
* [[...predict values]]
+
** [[...predict values]]
 
* [[Capabilities]]  
 
* [[Capabilities]]  
 
* [http://medium.com/simple-ai/linear-regression-intro-to-machine-learning-6-6e320dbdaf06 Linear Regression — Intro To Machine Learning | Simple AI]
 
* [http://medium.com/simple-ai/linear-regression-intro-to-machine-learning-6-6e320dbdaf06 Linear Regression — Intro To Machine Learning | Simple AI]

Revision as of 14:47, 2 June 2018

YouTube search...

A 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