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

    Jul 11, 2025 · In the intricate landscape of machine learning and deep learning, the journey of model optimization revolves around the foundational concept of gradient descent and its diverse variants.

  2. What Is a Gradient in Machine Learning?

    Oct 12, 2021 · Gradient is a commonly used term in optimization and machine learning. For example, deep learning neural networks are fit using stochastic gradient descent, and many standard …

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

  4. What is gradient descent? - IBM

    Gradient descent is an optimization algorithm which is commonly-used to train machine learning models and neural networks. It trains machine learning models by minimizing errors between predicted and …

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

    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 …

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

    Sep 23, 2024 · Gradient descent is one of the most important algorithms in all of machine learning and deep learning. It is an extremely powerful optimization algorithm that can train linear regression, …

  7. What is Gradient in Machine Learning? Definition and Examples

    May 16, 2022 · This tutorial explains gradients with an example and plots. For instance, the following is a function of x, and the function can be plotted on a two-dimension x-y space.

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

    Apr 29, 2025 · Gradient descent requires knowledge of calculus for its implementation in machine learning. Continue reading for a basic understanding of gradient descent, what people use it for, the …

  9. Linear regression: Gradient descent | Machine Learning | Google for ...

    Dec 3, 2025 · Gradient descent is an iterative process that finds the weights and bias that produce the model with the lowest loss. Click the plus icon to learn more about the math behind gradient descent....

  10. Gradient Descent Algorithm: How Does it Work in Machine Learning?

    Jan 2, 2025 · Gradient Descent Algorithm: How Does it Work in Machine Learning? The Gradient Descent method lays the foundation for machine learning and deep learning techniques. Let’s …