In the previous chapters, we studied fully connected multilayer neural networks and their training, using backpropagation. In a typical multilayer neural network layer, with n input nodes and m neurons, we need to learn n × m parameters or weights. While a multilayer neural network may perform well in some cases—in particular, for those where the features of different dimensions are independent—there are some additional properties in the connection architecture that we might desire. For example, if it is known that the dimensions of the input ...
11. Convolutional Neural Network
Get Deep Learning Pipeline: Building a Deep Learning Model with TensorFlow 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.