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

    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 …

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

  3. What is gradient descent? - IBM

    What is gradient descent? Gradient descent is an optimization algorithm which is commonly-used to train machine learning models and neural networks. It trains machine learning models by …

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

  5. What is Gradient Descent in Machine Learning?

    1 day ago · Friendly, human-focused guide to Gradient Descent in Machine Learning—see how models improve, reduce errors, and why this method powers modern intelligent systems.

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

  7. Linear regression: Gradient descent | Machine Learning ...

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