Training & evaluation with the built-in methods2 months ago
Setup | Introduction | API overview: a first end-to-end example | The compile() method: specifying a loss, metrics, and an optimizer | Many built-in optimizers, losses, and metrics are available | Custom losses | Custom metrics | Handling losses and metrics that don't fit the standard signature | Automatically setting apart a validation holdout set | Training & evaluation using TF Dataset objects | Using sample weighting and class weighting | Class weights | Sample weights | Passing data to multi-input, multi-output models | Using callbacks | Many built-in callbacks are available | Writing your own callback | Checkpointing models | Using learning rate schedules | Passing a schedule to an optimizer | Using callbacks to implement a dynamic learning rate schedule | Visualizing loss and metrics during training with TensorBoard | Using the TensorBoard callback
keras3 1.5.1.9000Tomasz Kalinowski training_with_built_in_methods.Rmd