August 2021
Intermediate to advanced
752 pages
21h 59m
English
This appendix is related to Chapter 4, “Fully Connected Networks Applied to Multiclass Classification.”
This appendix contains two alternative implementations of the digit classification network. In the first implementation, the idea is to organize the weights for all the neurons in a layer into a single matrix, where each row in the matrix represents a neuron. The weighted sums for an entire layer of neurons can then be computed by multiplying this matrix by the input vector. We then extend it to handle mini-batches as well. We organize all the input examples of a mini-batch into a single matrix. The weighted sums for an entire layer of neurons for all input examples in the mini-batch ...
Read now
Unlock full access