March 2022
Intermediate to advanced
397 pages
9h 6m
English
In the previous chapters, we looked at fully connected networks and all the problems you encounter while training them. The network architecture we used, one where each neuron in a layer is connected to all the neurons in the previous and next layers, is not good at many fundamental tasks like image recognition, speech recognition, time series prediction, and many more. Convolutional Neural Networks (CNN) and Recurrent Neural Networks (RNN) are the most advanced architectures used today. This chapter looks at convolution and pooling, the basic building ...