Google News
logo
TensorFlow.js - Interview Questions
What are some of the commonly used optimizers when training a model in TensorFlow?
You can use many optimizers based on various factors, such as the learning rate, performance metric, dropout, gradient, and more.
 
Following are some of the popular optimizers :
 
* Adam
*
AdaDelta
* AdaGrad
* RMSprop
* Momentum
* Stochastic Gradient Descent
Advertisement