May 2025
Intermediate to advanced
584 pages
16h 49m
English
The previous chapters used basic, hand-designed CNN architectures based primarily on intuition. While this was once the only option, a collection of go-to architectures has emerged over time. This chapter implements three that are amenable to our no-GPU requirement. But first, you’ll be introduced to the Keras functional API, the no-training-wheels approach to implementing neural networks.
We begin with the VGG family of models, the first successfully trained deep CNNs. VGG models are parameter heavy, especially their deeper incarnations, but we’ll get by in this chapter with a smaller version.
Next comes the residual ...
Read now
Unlock full access