About 30,400 results
Open links in new tab
  1. Linear regression - Wikipedia

    A model with exactly one explanatory variable is a simple linear regression; a model with two or more explanatory variables is a multiple linear regression. [1]

  2. Linear Regression in Machine learning - GeeksforGeeks

    Jan 12, 2026 · Linear regression is a type of supervised machine-learning algorithm that learns from the labelled datasets and maps the data points with most optimized linear functions which can be used …

  3. Linear Regression Explained with Examples - Statistics by Jim

    In this post, you’ll learn how to interprete linear regression with an example, about the linear formula, how it finds the coefficient estimates, and its assumptions.

  4. What is linear regression? - IBM

    This form of analysis estimates the coefficients of the linear equation, involving one or more independent variables that best predict the value of the dependent variable. Linear regression fits a straight line or …

  5. Linear regression | Definition, Formula, & Facts | Britannica

    4 days ago · Linear regression, in statistics, a process for determining a line that best represents the general trend of a data set. The simplest form of linear regression involves two variables: y being the …

  6. Simple Linear Regression: Everything You Need to Know

    Sep 28, 2024 · Learn simple linear regression. Master the model equation, understand key assumptions and diagnostics, and learn how to interpret the results effectively.

  7. Linear Regression Explained with Example & Application

    Jun 5, 2025 · What is Linear Regression? Linear regression is a statistical method used to model the relationship between a dependent variable (also known as the response variable or outcome …

  8. Régression linéaire | Machine Learning | Google for Developers

    Ce module du cours présente les principes fondamentaux de la régression linéaire, y compris les équations linéaires, la perte, la descente du gradient et le réglage des hyperparamètres.

  9. The Ultimate Guide to Linear Regression - GraphPad

    The two most common types of regression are simple linear regression and multiple linear regression, which only differ by the number of predictors in the model.

  10. Linear Regression - MLU-Explain

    Linear Regression is a simple and powerful model for predicting a numeric response from a set of one or more independent variables. This article will focus mostly on how the method is used in machine …