Skip to main content

Linear Regression

Encyclopedia of Machine Learning and Data Science
  • 24 Accesses

Definition

Linear regression is an instance of the regression problem, which is an approach to modeling a functional relationship between input variables x and an output/response variable y. In linear regression, a linear function of the input variables is used, and more generally, a linear function of some vector function of the input variables Ï•(x) can also be used. The linear function estimates the mean of y (or more generally the median or a quantile).

Motivation and Background

A set of data points sampled from an underlying but unknown distribution is assumed to be given. Each data point consists of input \(x\in \mathbb {R}^{d}\) and output \(y\in \mathbb {R}\). The task of regression is to learn a hidden functional relationship between x and y from observed and possibly noisy data points, so y is to be approximated in some way by f(x). This is the task covered in more detail in regression. A general approach to the problem is to make the function f() be linear. Depending on the...

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Institutional subscriptions

References

  • Bishop C (2006) Pattern recognition and machine learning. Springer, New York

    MATH  Google Scholar 

  • Friedman J, Hastie T, Hölfling H, Tibshirani R (2007) Pathwise coordinate optimization. Ann Stat 1(2):302–332

    MathSciNet  MATH  Google Scholar 

  • Golub GH, Van Loan CF (1996) Matrix computations, 3rd edn. John Hopkins University Press, Baltimore

    MATH  Google Scholar 

  • Press WH, Teukolsky SA, Vetterling WT, Flannery BP (1992) Numerical recipes in C: the art of scientific computing, 2nd edn. Cambridge University Press, Cambridge. ISBN:0-521-43108-5

    MATH  Google Scholar 

  • Tibshirani R (1996) Regression shrinkage and selection via the lasso. J R Stat Soc Ser B Stat Methodol 58:267–288

    MathSciNet  MATH  Google Scholar 

Download references

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Novi Quadrianto .

Editor information

Editors and Affiliations

Rights and permissions

Reprints and permissions

Copyright information

© 2023 Springer Science+Business Media, LLC, part of Springer Nature

About this entry

Check for updates. Verify currency and authenticity via CrossMark

Cite this entry

Quadrianto, N., Buntine, W.L. (2023). Linear Regression. In: Phung, D., Webb, G.I., Sammut, C. (eds) Encyclopedia of Machine Learning and Data Science. Springer, New York, NY. https://doi.org/10.1007/978-1-4899-7502-7_481-2

Download citation

  • DOI: https://doi.org/10.1007/978-1-4899-7502-7_481-2

  • Published:

  • Publisher Name: Springer, New York, NY

  • Print ISBN: 978-1-4899-7502-7

  • Online ISBN: 978-1-4899-7502-7

  • eBook Packages: Springer Reference Computer SciencesReference Module Computer Science and Engineering

Publish with us

Policies and ethics

Chapter history

  1. Latest

    Linear Regression
    Published:
    06 May 2023

    DOI: https://doi.org/10.1007/978-1-4899-7502-7_481-2

  2. Original

    Linear Regression
    Published:
    02 September 2016

    DOI: https://doi.org/10.1007/978-1-4899-7502-7_481-1