News

Gradient descent is a first-order iterative optimization algorithm for finding a local minimum of a differentiable function. To find a local minimum of a function using gradient descent, we take steps ...
I have developed the gradient descent from scratch in Python - GitHub - Mayur998/gradient-descent-algorithm-python: I have developed the gradient descent from scratch in Python. Skip to content.
The article aimed to demonstrate how we compile a neural network by defining loss function and optimizers. In this article, we also discussed what gradient descent is and how it is used. At last, we ...
No libraries, no shortcuts—just pure math and code made simple. Deep Learning with Yacine. Gradient Descent from Scratch in Python. Posted: June 4, 2025 | Last updated: June 8, 2025.