Description Usage Arguments Value
This wrapper automatically compiles and fits a model on
the provided training data. Loss is selected automatically
for each output using type2loss
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
model |
A keras model. |
x_train, y_train |
A numeric or list of numerics.
Arguments passed to |
lr, loss_weights |
Arguments passed to |
loss |
A list of losses, one for each |
epochs, batch_size, validation_split |
Arguments passed to |
early_stopping_monitor, early_stopping_patience |
Arguments passed to |
reduce_lr_monitor, reduce_lr_patience |
Arguments passed to |
This function returns the history. The model is updated in situ.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.