About 251,000 results
Open links in new tab
  1. Gradient Descent Algorithm in Machine Learning - GeeksforGeeks

    Jan 23, 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 …

  2. Gradient descent - Wikipedia

    Gradient descent is a method for unconstrained mathematical optimization. It is a first-order iterative algorithm for minimizing a differentiable multivariate function.

  3. Gradient Descent Explained: How It Works & Why It's Key - My …

    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, …

  4. Understanding Gradient Descent in AI/ML - Go Gradient Descent

    Jan 22, 2025 · Gradient Descent is an iterative optimization algorithm used to minimize a cost (or loss) function. It adjusts model parameters (weights and biases) step-by-step to reduce the …

  5. A (Very Short) Visual Introduction to Gradient Descent (With Code)

    Jul 9, 2023 · Gradient descent is one of the most commonly used optimization algorithms in machine learning and deep learning. It’s a method to find the minimum of a function. We start …

  6. Gradient Descent in Machine Learning - Tpoint Tech - Java

    Mar 17, 2025 · Gradient Descent is known as one of the most commonly used optimization algorithms to train machine learning models by means of minimizing errors between actual …

  7. 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, …

  8. A Simple Guide to Gradient Descent Algorithm - Medium

    By utilising the gradient or slope of the function, we can determine the steepest descent. In simple words, we can explain it as a process which tries to find the minimum point of the cost...

  9. Guide to Gradient Descent: Working Principle and its Variants

    Gradient descent is an optimization algorithm that learns iteratively. Here gradient refers to the small change, and descent refers to rolling down. The idea is, the error or loss will roll down …

  10. Guide to Gradient Descent in 3 Steps and 12 Drawings

    Oct 19, 2018 · In this article, I’ll guide you through gradient descent in 3 steps: Gradient descent, what is it exactly? How does it work? What are the common pitfalls? The only prerequisite to …

Refresh