About 810,000 results
Open links in new tab
  1. Gradient descent - Wikipedia

    It is a first-order iterative algorithm for minimizing a differentiable multivariate function. The idea is to take repeated steps in the opposite direction of the gradient (or approximate gradient) of the …

  2. Gradient Descent Algorithm in Machine Learning - GeeksforGeeks

    Jul 11, 2025 · Gradient Descent is used to iteratively update the weights (coefficients) and bias by computing the gradient of the MSE with respect to these parameters. Since MSE is a convex …

  3. 3 Gradient Descent – 6.390 - Intro to Machine Learning

    There is an enormous and fascinating literature on the mathematical and algorithmic foundations of optimization, but for this class we will consider one of the simplest methods, called gradient …

  4. What is the Gradient Descent Algorithm - Analytics Vidhya

    Apr 4, 2025 · Gradient descent is an optimization algorithm used in machine learning to minimize the cost function by iteratively adjusting parameters in the direction of the negative gradient, …

  5. Linear regression: Gradient descent - Google Developers

    Dec 3, 2025 · 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 …

  6. Gradient Descent in Machine Learning: A Deep Dive - DataCamp

    Sep 23, 2024 · Gradient descent is an optimization algorithm used to minimize the cost function in machine learning and deep learning models. It iteratively updates model parameters in the …

  7. Gradient Descent Unraveled - Towards Data Science

    Nov 14, 2020 · First, let us begin with the concepts of maxima, minima, global and local. I’ll explain these concepts for functions of a single variable because they are easy to visualize. …

  8. Gradient Descent Explained: How It Works & Why It’s Key

    Feb 28, 2025 · Gradient Descent is the core optimization algorithm for machine learning and deep learning models. Almost all modern AI architectures, including GPT-4, ResNet and AlphaGo, …

  9. What Is Gradient Descent in Machine Learning? - Coursera

    Apr 29, 2025 · Gradient descent works with convex functions and finds the fewest and most accurate amount of steps toward the lowest point of a curve, optimizing the path. Let’s go over …

  10. What is gradient descent? - IBM

    Gradient descent is an optimization algorithm used to train machine learning models by minimizing errors between predicted and actual results.