Path: blob/master/second_edition/chapter13_best-practices-for-the-real-world.ipynb
713 views
Kernel: Python 3
This is a companion notebook for the book Deep Learning with Python, Second Edition. For readability, it only contains runnable code blocks and section titles, and omits everything else in the book: text paragraphs, figures, and pseudocode.
If you want to be able to follow what's going on, I recommend reading the notebook side by side with your copy of the book.
This notebook was generated for TensorFlow 2.6.
Best practices for the real world
Getting the most out of your models
Hyperparameter optimization
Using KerasTuner
In [0]:
A KerasTuner model-building function
In [0]:
A KerasTuner HyperModel
In [0]:
In [0]:
In [0]:
In [0]:
Querying the best hyperparameter configurations
In [0]:
In [0]:
In [0]:
In [0]:
The art of crafting the right search space
The future of hyperparameter tuning: automated machine learning
Model ensembling
Scaling-up model training
Speeding up training on GPU with mixed precision
Understanding floating-point precision
In [0]:
In [0]:
Mixed-precision training in practice
In [0]: