Optimization helps in reaching the minima of the loss function between the predicted and actual values of y. Keras supports various optimization techniques, such as the following:
- SGD
- RMS Prop
- Adam
- AdaDelta
- TFOptimizer
- AdaGrad
Optimization helps in reaching the minima of the loss function between the predicted and actual values of y. Keras supports various optimization techniques, such as the following: