Losses - Keras
keras.io › api › losses» Keras API reference / Losses Losses The purpose of loss functions is to compute the quantity that a model should seek to minimize during training. Available losses Note that all losses are available both via a class handle and via a function handle.
Optimizers - Keras
https://keras.io/api/optimizersAn optimizer is one of the two arguments required for compiling a Keras model: You can either instantiate an optimizer before passing it to model.compile () , as in the above example, or you can pass it by its string identifier. In the latter case, the default parameters for …