🎴 Flashcard Mode

Machine Learning Optimization

Card1 / 15
Mastered0
Review0
QuestionClick to flip

Which optimization algorithm is commonly used for training deep neural networks?

AnswerClick to flip back
A
Gradient Descent
💡 Explanation:

Gradient Descent is a widely used optimization algorithm in machine learning, particularly for training deep neural networks. It iteratively updates the model's parameters by moving in the direction of the negative gradient of the loss function.

Change Mode