About 454,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 function …

  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. The idea of gradient descent is then to move in the direction that minimizes the approximation of the objective above, that is, move a certain amount > 0 in the direction −∇ ( ) of steepest descent of the …

  4. Gradient Descent: A Beginner-Friendly Guide to How Models Learn

    3 days ago · Most modern ML models—from simple regressions to deep neural networks—learn using the core idea i.e. Gradient Descent. It’s an optimization method that adjusts model parameters …

  5. Gradient Descent Explained: Intuition & Algorithm

    2 days ago · Learn gradient descent step by step, build intuition about direction and step size, and see how this core optimization algorithm powers modern ML models.

  6. 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, rely on …

  7. 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 determine that a...

  8. Gradient Descent Optimization: A Simple Guide for Beginners

    Feb 20, 2025 · This article provides a deep dive into gradient descent optimization, offering an overview of what it is, how it works, and why it’s essential in machine learning and AI-driven applications.

  9. Understanding Gradient Descent in AI/ML

    Jan 22, 2025 · In the ever-evolving landscape of artificial intelligence and machine learning, Gradient Descent stands out as one of the most pivotal optimization algorithms. From training linear …

  10. Gradient Descent Algorithm Explained - betanet.net

    The gradient descent algorithm is a fundamental optimization method widely used in machine learning and artificial intelligence. It is particularly known for its role in training neural networks and in finding …