Optimizer - AshokBhat/ml GitHub Wiki

About

  • Algorithm used during training to modify weights and reduce loss
  • Available as part of tf.keras.optimizers module

FAQ

  • What are the different types of tf.keras.optimizers available?

See also