Path: blob/master/chapter09_convnet-architecture-patterns.ipynb
709 views
Kernel: Python 3
This is a companion notebook for the book Deep Learning with Python, Third 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.
The book's contents are available online at deeplearningwithpython.io.
In [0]:
In [0]:
In [0]:
Convnet architecture patterns
Modularity, hierarchy, and reuse
Residual connections
In [0]:
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]: