Gradient Descent Algorithm
Published in
13 min readAug 9, 2020
--
Title: What is the Gradient Descent Algorithm and its working.
Gradient descent is a type of machine learning algorithm that helps us in optimizing neural networks and many other algorithms. This article ventures into how this algorithm actually works, its types, and its significance in the real world.
A Brief Introduction
Gradient descent is one of the most popular algorithms to perform optimization and by far the most common way to optimize neural networks. At the same time, every state-of-the-art Deep Learning…