What is Gradient descent algorithm?
The gradient descent algorithm is an approach to find the minimum point or optimal solution for a given dataset. It follows the steepest descent approach. That is it moves in the negative gradient direction to find the local or global minima, startin...
ashwinsharmap.hashnode.dev2 min read