August 2018
Intermediate to advanced
272 pages
7h 2m
English
It's also possible to simplify the 3x3 convolution with a mechanism called a bottleneck. Similar to earlier, this will have the same representation of a normal 3x3 convolution, but with less parameters and more non-linearities.
The bottleneck works by replacing a 3x3 convolution layer with C filters with the following:
An example in action is given here:

From this example, we will calculate the number of parameters to show the reduction this bottleneck has. We get the following:
This is less ...
Read now
Unlock full access