|
Keraflow
Deep Learning for Python.
|
An optimizer tries to minimize score returned by loss function adjusting model parameters. Keraflow model requires user to specify the optimizers to configure the model.
Note that sgd stands for SGD. Keraflow uses alias for some build-in optimizers (see below). You could either use the full name or the alias name. Alternatively, You can also pass an optimizer instance to the optimizer argument: