Gradient Descent
Today we are talking about gradient descent. Firstly what is gradient descent? Gradient descent is an iterative optimization algorithm used in machine learning to minimize a loss function. The loss function describes how well the model will perform given the current set of parameters (weights and biases), and gradient descent is used to find the best set of parameters. We use gradient descent to update the parameters of our model.
Aug-24-2021, 07:25:17 GMT
- Technology: