Path: blob/master/second_edition/chapter09_part02_modern-convnet-architecture-patterns.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.
Modern convnet architecture patterns
Modularity, hierarchy, and reuse
Residual connections
Residual block where the number of filters changes
In [0]:
Case where target block includes a max pooling layer
In [0]:
In [0]:
Batch normalization
Depthwise separable convolutions
Putting it together: A mini Xception-like model
In [0]:
In [0]:
In [0]:
In [0]:
In [0]:
In [0]: