Concept

Deep Learning Optimizer Algorithms

When a neural network trains, it uses an algorithm to determine the optimal weights for the model, called an optimizer. There are several optimizer algorithms, such as:

  • Gradient descent
  • Mini-batch gradient descent
  • Gradient descent with momentum
  • RMSprop
  • Adam optimization algorithm
  • Nesterov momentum
  • AdaGrad

0

2

Updated 2021-10-30

Tags

Data Science