About 438,000 results
Open links in new tab
  1. Gradient Descent in Linear Regression - GeeksforGeeks

    Jan 23, 2025 · Linear Regression with Gradient Descent is a simple optimization method that adjusts model parameters to find the best-fit line for given data. By iteratively minimizing the …

  2. Linear regression: Gradient descent | Machine Learning | Google …

    Nov 8, 2024 · Learn how gradient descent iteratively finds the weight and bias that minimize a model's loss. This page explains how the gradient descent algorithm works, and how to …

  3. Gradient Descent in Linear Regression - Analytics Vidhya

    Jul 19, 2024 · Gradient Descent Algorithm gives optimum values of m and c of the linear regression equation. With these values of m and c, we will get the equation of the best-fit line …

  4. Linear Regression, Part 6 - The Gradient Descent Algorithm, …

    Jan 7, 2022 · In this post, we will look at gradient descent, an iterative optimization algorithm used to find the minimum of a function. The basic idea is to iteratively move in the opposite direction …

  5. Implementing Linear Regression with Gradient Descent From …

    Jan 16, 2022 · In the following sections, we are going to implement linear regression in a step-by-step fashion using just Python and NumPy. We will also learn about Gradient Descent, one of …

  6. Exploring Gradient Descent in Linear Regression - Machine …

    Gradient descent is an iterative optimization algorithm used to minimize the cost function in linear regression. The goal is to find the optimal values for the model parameters (weights) that …

  7. Demystifying Gradient Descent in Linear Regression

    Jan 22, 2025 · Gradient descent is an iterative optimization algorithm used to minimize a loss function. In the context of linear regression, the loss function quantifies how far off the …

  8. Gradient Descent in Linear Regression - Online Tutorials Library

    Aug 24, 2023 · Gradient descent allows the model to modify its predictions, lowering the overall error and increasing the precision of the regression line. This is done by iteratively updating …

  9. Intuition Behind Gradient Descent Algorithm - Baeldung

    Mar 18, 2024 · In this tutorial, we’ll try to build a general intuition behind the gradient descent algorithm. By understanding the mathematics behind gradient descent, we’ll understand why it …

  10. Gradient descent algorithm explained with linear regression

    May 21, 2020 · Gradient descent algorithm is an optimisation algorithm that uses to find the optimal value of parameters that minimises loss function. For instance, the algorithm iteratively …

  11. Some results have been removed
Refresh