Gradient Descent Optimization: An Iterative Method for Finding Local Minima
Introduction Many machine learning models learn by minimising an error function. That error function could be the mean squared error in linear regression, cross-entropy in classification, or a more complex…