Chapter 3. Convolutional Neural Networks
In this chapter, we will on convolutional neural networks (CNNs) and cover the following topics:
- Getting started with filters and parameter sharing
- Applying pooling layers
- Optimizing with batch normalization
- Understanding padding and strides
- Experimenting with different types of initialization
- Implementing a convolutional autoencoder
- Applying a 1D CNN to text