Gradient Descent

Home > Computer Science > Artificial intelligence and machine learning > Deep Learning > Gradient Descent

An optimization algorithm that is commonly used to train neural networks, by iteratively adjusting the model's parameters in the direction of the steepest descent of the loss function.