Challenge: Convolution
Let's apply what we have learned about convolution using JAX in this coding exercise.
We'll cover the following
In the challenge, we’ll continue using the notations from the previous lessons, such as for the input image and so on.
Challenge
Let’s try to master convolution arithmetic with some practice. In this task, we have of size and will convert it into a by a series of convolutions.
Since there are a number of ways to design the above convolution network, don’t worry too much about following any specific pattern.
Below is a calculator in case you need some help in designing the filters, padding, and so on.
**Note: ** The calculator widget’s cells work just like a typical spreadsheet software, such as Microsoft Excel. For example, to calculate the answer of 75+12, type
=75+12
and press “Enter”.
Get hands-on with 1400+ tech skills courses.