- Keras Deep Learning Cookbook
- Rajdeep Dua Manpreet Singh Ghotra
- 31字
- 2021-06-10 19:38:54
Compile the model
Model is compiled using the method signature:
compile(optimizer, loss=None, metrics=None, loss_weights=None, sample_weight_mode=None, weighted_metrics=None, target_tensors=None)
Please refer to the docs for details on what each parameter means: https://keras.io/models/sequential/#the-sequential-model-api.