Gradient Descent
Gradient Descent is an optimisation algorithm for finding the local minimum of a function. It searches for the combination of parameters that minimises the cost function.
For the Gradient Descent to work, the cost function must be differentiable and...
mlpills.hashnode.dev3 min read