| test_on_batch | R Documentation | 
Test the model on a single batch of samples.
test_on_batch(object, x, y = NULL, sample_weight = NULL, ...)
| object | Keras model object | 
| x | Input data. Must be array-like. | 
| y | Target data. Must be array-like. | 
| sample_weight | Optional array of the same length as x, containing
weights to apply to the model's loss for each sample.
In the case of temporal data, you can pass a 2D array
with shape  | 
| ... | for forward/backward compatability | 
A scalar loss value (when no metrics), or a named list of loss and metric values (if there are metrics).
Other model training: 
compile.keras.src.models.model.Model() 
evaluate.keras.src.models.model.Model() 
predict.keras.src.models.model.Model() 
predict_on_batch() 
train_on_batch() 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.