February 2018
Intermediate to advanced
378 pages
10h 14m
English
A fully-connected layer is easy to implement, because it can be expressed as two operations:

In many frameworks, the two operations are separated so that matrix multiplication happens in the fully-connected layer and activation happens in the next nonlinearity layer. This is handy because in this way we can easily replace the weighted sum with convolution. ...
Read now
Unlock full access