3 Convolutional and residual neural networks
This chapter covers
- Understanding the structure of convolutional neural networks
- Constructing a ConvNet model
- Designing and constructing a VGG model
- Designing and constructing a residual network model
Chapter 2 introduced the fundamentals behind deep neural networks (DNNs), a network architecture based on dense layers. We also demonstrated how to make a simple image classifier using dense layers, and discussed the limitations when attempting to scale a DNN to larger sizes of images. The introduction of neural networks using convolutional layers for feature extraction and learning, known as convolutional neural networks (CNNs), made it possible to scale image classifiers for practical applications. ...
Get Deep Learning Patterns and Practices now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.