Robuta

https://towardsdatascience.com/the-machine-learning-advent-calendar-bonus-2-gradient-descent-variants-in-excel/
Jan 7, 2026 - Gradient Descent, Momentum, RMSProp, and Adam all aim for the same minimum. They do not change the destination, only the path. Each method adds a mechanism...
machine learninggradient descentbonusvariants
https://www.alanzucconi.com/2017/04/10/gradient-descent/
Aug 24, 2024 - Gradient Descent is one of the most popular minimisation algorithm. Lean how to use it to solve Inverse Kinematics for procedural animations.
gradient descentalan zucconiintroduction
https://viso.ai/computer-vision/gradient-descent/
Apr 2, 2025 - Explore how gradient descent optimizes computer vision models by minimizing loss functions to improve accuracy in image classification and more.
gradient descentcomputer visionmastering
https://blog.demofox.org/2024/02/11/gradient-descent-with-adam-in-plain-c/
The code that made the data and diagrams for this post is plain C++ and can be found at I recently published a set 3 of articles on machine learning in plain...
gradient descentadamplainblog
https://realpython.com/gradient-descent-algorithm-python/
In this tutorial, you'll learn what the stochastic gradient descent algorithm is, how it works, and how to implement it with Python and NumPy.
gradient descentstochasticalgorithmpythonnumpy
https://www.cudocompute.com/topics/neural-networks/neural-networks-how-to-optimize-with-gradient-descent
Learn about neural network optimization with gradient descent. Explore the fundamentals and how to overcome challenges when using gradient descent.
neural networksgradient descentoptimize