Gradient Descent
An optimization algorithm used to train machine learning models by iteratively adjusting parameters to minimize error. The algorithm works by calculating the gradient of the loss function and updating parameters in the direction that reduces the error.