Tag view

#training

Cross-subject tag search for related interview cards.

Clear

Results update as you type. Press / to jump straight into search.

Tagged with training

3 cards

Machine Learning Medium Theory

What is gradient descent?

Gradient descent updates model parameters in the direction that reduces the loss function.

  • Uses gradients of loss
  • Step size is learning rate
  • Variants include batch and mini-batch

What is gradient descent?