About 151,000 results
Open links in new tab
  1. 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, aiming to …

  2. Gradient descent - Wikipedia

    The idea is to take repeated steps in the opposite direction of the gradient (or approximate gradient) of the function at the current point, because this is the direction of steepest descent. Conversely, …

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

  4. Gradient (Slope) of a Straight Line - Math is Fun

    The gradient (also called slope) of a line tells us how steep it is. To find the gradient: Have a play (drag the points):

  5. GitHub - dmlc/xgboost: Scalable, Portable and Distributed Gradient ...

    XGBoost is an optimized distributed gradient boosting library designed to be highly efficient, flexible and portable. It implements machine learning algorithms under the Gradient Boosting framework. …

  6. Greedy function approximation: A gradient boosting machine.

    Function estimation/approximation is viewed from the perspective of numerical optimization in function space, rather than parameter space. A connection is made between stagewise additive expansions …

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

    Below, we explicitly give gradient descent algorithms for one- and multidimensional objective functions (Section 3.1 and Section 3.2). We then illustrate the application of gradient descent to a loss function …

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

    Sep 23, 2024 · Artificial intelligence and machine learning allow companies to anticipate their customers' needs and future trends. How to Implement Gradient Descent Gradient descent is an algorithm used …

  9. Gradient Descent Algorithm in Machine Learning - GeeksforGeeks

    Mar 26, 2026 · Variants include Batch Gradient Descent, Stochastic Gradient Descent and Mini Batch Gradient Descent 1. Linear Regression Linear Regression is a supervised learning algorithm used to …

  10. What is Gradient Descent - GeeksforGeeks

    Jan 17, 2026 · What is Learning Rate? Learning rate is a important hyperparameter in gradient descent that controls how big or small the steps should be when going downwards in gradient for updating …