Did you know that you can navigate the posts by swiping left and right?

Gradient Descent

14 May 2021 . category: Neural network . Comments
#Machine Learning #Neural Network

Gradient Descent

Gradient Descent is an algorithm which is used to minimize the error with respect to the weights of a neural network. In a neural network training, our objective is to reach the minimal error point i.e we want the loss to be near to zero. We gradually adjust the weights by backpropagation algorithm which is based on gradient descent.


Me

My way of doing things might not be perfect, so I am always open to suggestions. Feel free to contact me for queries regarding any post or if you have any suggestion for me, through the contact section.